Link to home
Start Free TrialLog in
Avatar of eofek
eofekFlag for Israel

asked on

Installing more packages

Hi

I have just installed Linux Red Hat 6.0

How do I Install/remove packages from the CDROm or from files I downloaded - After the installation is over ,
And I have Linux running ?
Please give full detail as I hardly know anything about linux yet ....

Thanks

Eli.
 
Avatar of pcrane
pcrane

I don't use RedHat but you may try this:
mount -t iso9660 /dev/cdrom /mnt
cd /mnt
list and change to the directory containing all of the RPMs.
rpm -iv <package name>

do you have glint?

ASKER CERTIFIED SOLUTION
Avatar of JadeFang68
JadeFang68

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of eofek

ASKER

I use KDE , And I couldnt find a gift icon there,

the rpm from CMD works ...

But  how to I uninstall a package ?
( Probably rpm diffrent option ???)
If it's a diffrent option, then what it is ?
or something else ?

If you have KDE, the icon you're looking for, looks like a box with a red ball inside! And it works quite well, just highlight the package and click on your option!

From the command line, try

# rpm -e packagename.X.X-x.rpm

you can use the -vv and --test options to have rpm show you the list of files it will remove, and the --test option to have rpm show you if there will be packages that will have problems should you uninstall the one selected.