installing RPMs?

how does one install RPMs? I want to add some ham radio software to
11.1, but I don’t know how.

Mike


m005k

m005k’s Profile: http://forums.opensuse.org/member.php?userid=6080
View this thread: http://forums.opensuse.org/showthread.php?t=406940

Hi
I use the following command;


sudo rpm -Uhv <name_of_rpm>

Or if you have some that have dependencies and they are all in the same
directory, use the wildcard


sudo rpm -Uhv *

You may also want to have a look here as there may be a repository with
the applications already;
Get It
or from the cli on 11.1 (console/konsole);


/sbin/yast2 webpin_package_search


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 1 day 3:04, 1 user, load average: 0.08, 0.04, 0.07
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22

hey mike,

you can use the yast software installation or, if you have the rpm
package on your computer, you can use the right click on the package and
choose install.


torben_harms

torben_harms’s Profile: http://forums.opensuse.org/member.php?userid=21366
View this thread: http://forums.opensuse.org/showthread.php?t=406940

in console: rpm -ivh /path/to/tpm/file.rpm


‘Get h264enc’ (http://h264enc.sourceforge.net) - ‘Get xvidenc’
(http://xvidenc.sourceforge.net)
- ‘Get divxenc’
(http://divxenc.sourceforge.net)

microchip8’s Profile: http://forums.opensuse.org/member.php?userid=163
View this thread: http://forums.opensuse.org/showthread.php?t=406940

Hi,

instead of rpm or yast2 you can also use zypper for installing rpms:

Code:

zypper install (in) [options] <capability|rpm_file_uri>


(for example: zypper in <path to file.rpm>)

Also local rpms are allowed and all dependencies will get resolved
during installation.

Hope this helps


Monex

Monex’s Profile: http://forums.opensuse.org/member.php?userid=160
View this thread: http://forums.opensuse.org/showthread.php?t=406940

Try reading this: ‘YaST/Modules/Software Management - openSUSE’
(http://en.opensuse.org/YaST/Modules/Software_Management)


My web site ‘The Complete Computer Resource’
(http://thecompletecomputerresource.com/) and ‘Smart Package Manager
Forums’ (http://smart.thecompletecomputerresource.com/index.php)

Jonathan_R’s Profile: http://forums.opensuse.org/member.php?userid=170
View this thread: http://forums.opensuse.org/showthread.php?t=406940

If you have a good repositories added to yast2 maybe the rpm you want is
ready to be installed. If it is not present and you downloaded the rpm
you can still install it using
yast2 -i --install <name of your package> if there are no dependencies
it will be installed. As the poster above mine says try reading it. or
man yast2


Tsandu

Tsandu’s Profile: http://forums.opensuse.org/member.php?userid=425
View this thread: http://forums.opensuse.org/showthread.php?t=406940

Normally, you can install an rpm by double-clicking on it (then
following the instruction… “next, next” stuff; you’ll also have to
provide the root password when asked.)

Now, popular software can be found in repositories. You can use
software.opensuse.org/search to search a program and you can click the
“1-Click Install” button next to it. This will automatically handle
everything (adding the necessary repository, installing the package,
dependencies etc.).

For example, to install hamlog you can click on this link:
http://software.opensuse.org/ymp/hamradio/openSUSE_11.1/hamlog.ymp
This will also add the hamradio repository, so you can further install
any hamradio package using yast2.


drem

drem’s Profile: http://forums.opensuse.org/member.php?userid=6474
View this thread: http://forums.opensuse.org/showthread.php?t=406940