LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   resetting my installation (https://www.linuxquestions.org/questions/linux-newbie-8/resetting-my-installation-208309/)

linux_ub 07-22-2004 10:17 AM

resetting my installation
 
is there any way i can find out the packages i have installed on my machine
and uninstall them.

for example i had installed java sdk and eclipse but i wanna get rid of them and reinstall them ...

also i wanna know how to go abt installing new packages and where to install them so they r globally available

thanks

druisgod 07-22-2004 10:51 AM

If you use the RPM package manager, you can do a rpm -q * | more and get all the packages that are installed. Slect from the list the package you want and use rpm -e packagename, substituting packagename for the package you wish to uninstall. But then again this is if you use rpm. What distro are you using first off?


Druisgod

linux_ub 07-22-2004 10:58 AM

am using FC1 and i dont remeber how i installed eclipse and java

anyway will try wht u have said


All times are GMT -5. The time now is 05:27 PM.