how does one install RPMs? I want to add some ham radio software to 11.1, but I don’t know how.
Mike
how does one install RPMs? I want to add some ham radio software to 11.1, but I don’t know how.
Mike
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.
in console: rpm -ivh /path/to/rpm/file.rpm
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
Hi,
instead of rpm or yast2 you can also use zypper for installing rpms:
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
Try reading this: YaST/Modules/Software Management - openSUSE
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
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.