0

How to remove unused packages in linux

I have many unused packages that exist in my machine. How to find out the packages and remove them..???

noah
asked Feb 20, 2017
1 Answer
0

if you use debian or ubuntu you can use deborphan tool.

if you use centos or RHEL you can use rpmorphan. first you must install it and you can use following command for list the unused packages for last 10 days.

rpmorphan --all --access-time 10

then you can use yum remove command for remove the unused packages.

View More
piraisudanrajendran
answered Feb 23, 2017
Your Answer
||||
 
100:0