cat /var/log/apt/history.log | grep Install | grep okularThis is useful if you want to find all the packages that were included automatically when you install a particular package. So that you can remove them all.
If the package was installed using dpkg command, you can find the log in /var/log/dpkg.log
cat /var/log/dpkg.log | grep adobereader
No comments:
Post a Comment