Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: Bateluer on 10 March 2002, 08:49
-
Gnome in RH 7.2 has almost zero GUI support for RPMs, and I like how I have Gnome setup. What do I type at a command line to install an RPM?
-
"rpm -i rpmname.rpm" would do it, although I use "rpm -Uvh rpmname.rpm" for both installation and upgrades of RPMS. I never use the "-i". Also you can install mutilple RPMS if you use wildcards in your RPM names, or more than one RPM on your command line. For instance. If you want to install all of the kde RPMS you would do something like:
rpm -Uvh kde*
but you may find that it will not install because it is dependent on some other package, just add the other package to the command line:
rpm -Uvh kde* arts*
And of course you can use any graphical KDE or Gnome RPM graphical tool in Gnome (gnorpm, kpackage, etc). And if you run konqueror as a file manager when you click on an RPM it will bring up the package manager. I think Gnome's file manager also does this but I don't have Gnome installed on the machine I'm working on. I prefer the command line for most everything though so maybe the other GUI types can suggest something for you.
[ March 10, 2002: Message edited by: VoidMain ]
-
Thank you.
-
or you could use KDE which has Kpackage ... to manage installed packages and do it all through a gui
-
sorry to bang on about this, but is there a graphical option for installing programs that come as a .tar.gz or a .tgz?
will said option already be on my RedHat7 cds? or will i need to download it and (ho ho) install it? ;)
-
I think so yeah (you can use KPackage AFAIK)
but seeing .tar.gz files are mostly source distributions it's advisable to spend some time learning to configure/install them from a tarball for greater flexibility
-
that's right but i'm a poor confused :confused: soul with no ability to get my head around this obviously simple concept...
[ March 11, 2002: Message edited by: Calum ]
[ March 11, 2002: Message edited by: Calum ]
-
hmmm ... I tried to install a random .tar.gz source package residing on my hd (namely SDL_Mixer) with KPackage and had no luck in achieving this. So I guess manual installation of .tar.gz packages is needed anyway (but for most of them a simple ./configure;make;make install will do the trick)
-
*.tar.gz files graphically? Sure, just double click on it in the KDE file manager (Konqueror). But you certainly have a lot more control from the shell.
[ March 11, 2002: Message edited by: VoidMain ]
-
well, it seems to me that that only opens them up as if they were a directory. maybe that's what's needed though, i think i'll stick with wrestling with this formidable command line!
(maybe it's my actual installation files at fault, as some install fine...)