LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Console frontend for RPMs (https://www.linuxquestions.org/questions/linux-general-1/console-frontend-for-rpms-99860/)

trouby 10-03-2003 12:17 PM

Console frontend for RPMs
 
Hey all,


There is any 'package manager' builtin on RedHat linux? I know it's coming with some GUI one, but there's anything for console?

Also, there's any external good console frontend manager for RPMs?


10x a lot.

wapcaplet 10-03-2003 01:38 PM

Well, there is rpm. Try 'man rpm' for how to use it and any related utilities. For example:

rpm -i foo.rpm (installs foo.rpm)
rpm -e foo (removes foo)
rpm -qa (displays all installed rpms)

As for a front-end, I have not used any; rpm is capable of doing just about everything you might need, aside from having a GUI of some kind.

trouby 10-03-2003 01:56 PM

ye, i know about rpm itsself,
well thanks anyway :)


All times are GMT -5. The time now is 07:08 PM.