[opensuse] How to install independant RPM packages in SUSE 10.3 GNOME?
Hello everyone! I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever). I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package. Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software". It appeared to start loading all the repos, then closed the window. How can I install these RPMs on SUSE with a GUI? Do I need to use the command line? -- Kevin Dupuy <kevindupuy@bellsouth.net> Yo.media -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/01/2007 07:04 AM, Kevin Dupuy wrote:
How can I install these RPMs on SUSE with a GUI? Do I need to use the command line?
Install kdeadmin3 and try out kpackage. -- Joe Morris Registered Linux user 231871 running openSUSE 10.3 x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 * Kevin Dupuy <kevindupuy@bellsouth.net> [10-31-07 19:05]:
I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever).
first things first :^) You need to use rpms build for your distro and version or you will cause yourself much grief and may break your system. there is gtkpod available for 10.3 (you didn't indicate arch) commandline:> webpin -d 10.3 gtkpod * gtkpod: A platform independent GUI for the Apple? iPod? - 0.99.10 [suse-oss{ppc} | packman{src}] @ http://download.opensuse.org/distribution/10.3/repo/oss/suse @ http://packman.iu-bremen.de/suse/10.3 I did not look at the difference
I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package.
well, you cannot install software *unless* locally, ie: in your home directory. You need to be root.
Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software".
well rpm packages are not by themselves executable, they consist of a package of files to be installed by another program.
It appeared to start loading all the repos, then closed the window.
it opened the file/package and decided that it was not capable of handling the operation and closed.
How can I install these RPMs on SUSE with a GUI? Do I need to use the command line?
as root rpm -i <package-name.rpm> or better as you would not want two versions of the same package installed (if it accidentally was possible) rpm -Uvh <package-name.rpm> or better yet especially with regard to your apparent comfort level, use YaST2 to find and install the package for you, again root privileges are required. clear as mudddd???? - -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn4472 (GNU/Linux) iD8DBQFHKREAClSjbQz1U5oRApu4AJ9ai6EWPE5nrVk/1yE0dv3eJTLe1QCfRcuG wUmJQ6ZdBRM4Jphd/3oFwF4= =zWLO -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, 2007-10-31 at 19:34 -0400, Patrick Shanahan wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
* Kevin Dupuy <kevindupuy@bellsouth.net> [10-31-07 19:05]:
I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever).
first things first :^)
You need to use rpms build for your distro and version or you will cause yourself much grief and may break your system.
there is gtkpod available for 10.3 (you didn't indicate arch)
commandline:> webpin -d 10.3 gtkpod * gtkpod: A platform independent GUI for the Apple? iPod? - 0.99.10 [suse-oss{ppc} | packman{src}] @ http://download.opensuse.org/distribution/10.3/repo/oss/suse @ http://packman.iu-bremen.de/suse/10.3
I did not look at the difference
I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package.
well, you cannot install software *unless* locally, ie: in your home directory. You need to be root.
Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software".
well rpm packages are not by themselves executable, they consist of a package of files to be installed by another program.
It appeared to start loading all the repos, then closed the window.
it opened the file/package and decided that it was not capable of handling the operation and closed.
How can I install these RPMs on SUSE with a GUI? Do I need to use the command line?
as root
rpm -i <package-name.rpm>
or better as you would not want two versions of the same package installed (if it accidentally was possible)
rpm -Uvh <package-name.rpm>
or better yet especially with regard to your apparent comfort level, use YaST2 to find and install the package for you, again root privileges are required.
clear as mudddd????
- -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn4472 (GNU/Linux)
iD8DBQFHKREAClSjbQz1U5oRApu4AJ9ai6EWPE5nrVk/1yE0dv3eJTLe1QCfRcuG wUmJQ6ZdBRM4Jphd/3oFwF4= =zWLO -----END PGP SIGNATURE-----
Hi! I understand what you're saying. I'm using SUSE RPMs, but my RPM won't install. What I know is that with previous versions of SUSE, if you opened a downloaded RPM file, then yaST would install the app. -- Kevin Dupuy <kevindupuy@bellsouth.net> Yo.media -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 10/31/07, Kevin Dupuy <kevindupuy@bellsouth.net> wrote:
On Wed, 2007-10-31 at 19:34 -0400, Patrick Shanahan wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
* Kevin Dupuy <kevindupuy@bellsouth.net> [10-31-07 19:05]:
I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever).
first things first :^)
You need to use rpms build for your distro and version or you will cause yourself much grief and may break your system.
there is gtkpod available for 10.3 (you didn't indicate arch)
commandline:> webpin -d 10.3 gtkpod * gtkpod: A platform independent GUI for the Apple? iPod? - 0.99.10 [suse-oss{ppc} | packman{src}] @ http://download.opensuse.org/distribution/10.3/repo/oss/suse @ http://packman.iu-bremen.de/suse/10.3
I did not look at the difference
I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package.
well, you cannot install software *unless* locally, ie: in your home directory. You need to be root.
Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software".
well rpm packages are not by themselves executable, they consist of a package of files to be installed by another program.
It appeared to start loading all the repos, then closed the window.
it opened the file/package and decided that it was not capable of handling the operation and closed.
How can I install these RPMs on SUSE with a GUI? Do I need to use the command line?
as root
rpm -i <package-name.rpm>
or better as you would not want two versions of the same package installed (if it accidentally was possible)
rpm -Uvh <package-name.rpm>
or better yet especially with regard to your apparent comfort level, use YaST2 to find and install the package for you, again root privileges are required.
clear as mudddd????
- -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn4472 (GNU/Linux)
iD8DBQFHKREAClSjbQz1U5oRApu4AJ9ai6EWPE5nrVk/1yE0dv3eJTLe1QCfRcuG wUmJQ6ZdBRM4Jphd/3oFwF4= =zWLO -----END PGP SIGNATURE-----
Hi! I understand what you're saying. I'm using SUSE RPMs, but my RPM won't install. What I know is that with previous versions of SUSE, if you opened a downloaded RPM file, then yaST would install the app. -- Kevin Dupuy <kevindupuy@bellsouth.net> Yo.media
I maybe misunderstanding your question but usually all I do in this situation is to open file manager, Icon on the bottom of the screen, and traverse to the RPM and then right click and install. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Kevin Dupuy wrote:
Hello everyone! I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever). I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package. Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software". It appeared to start loading all the repos, then closed the window.
How can I install these RPMs on SUSE with a GUI?
Who cares?
Do I need to use the command line?
It's a heck of a lot easier.
-- Kevin Dupuy <kevindupuy@bellsouth.net> Yo.media
What's the world coming to when a Baby Bell telephone company employee can't use a Unix command line.. :-/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Aaron Kulkis wrote:
Kevin Dupuy wrote:
Hello everyone! I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever). I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package. Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software". It appeared to start loading all the repos, then closed the window.
How can I install these RPMs on SUSE with a GUI?
Who cares?
Do I need to use the command line?
No you don't have to but it can be easier. The simplest CLI command would be (as root): rpm -ivh some_rpm_file.rpm where i=install, v=verbose mode (info) and h shows a progress bar. Ken -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Ken Schneider wrote:
Aaron Kulkis wrote:
Kevin Dupuy wrote:
Hello everyone! I'm having trouble wit Gtkpod 0.99.10, and I'm trying to install an independent RPM of Gtkpod 0.99.8 (or whatever). I downloaded the file and double clicked on it, but it appeared it wanted me to extract the RPM package. Since I know that's not what it's supposed to do, I right clicked and selected "Open with Install Software". It appeared to start loading all the repos, then closed the window.
How can I install these RPMs on SUSE with a GUI? Who cares?
Do I need to use the command line? No you don't have to but it can be easier. The simplest CLI command would be (as root):
rpm -ivh some_rpm_file.rpm
where i=install, v=verbose mode (info) and h shows a progress bar.
Ken and should there be dependencies that cannot be met, "yast2 -i some_rpm_file.rpm" is worth, at least for a try.
regards Eberhard -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (7)
-
Aaron Kulkis
-
Eberhard Roloff
-
Joe Morris (NTM)
-
Ken Schneider
-
Kevin Dupuy
-
Patrick Shanahan
-
Robert Lewis