# see a list of package files for package cowsay # (replace cowsay with any other package) $ dpkg -L cowsay # uninstall package cowsay $ apt-get remove cowsay # find where a binary is located (example for cowsay) $ which cowsay # show the location of a man page $ man -w cowsay
see a list of package files for package cowsay
(replace cowsay with any other package)
$ dpkg -L cowsay
uninstall package cowsay
$ apt-get remove cowsay
find where a binary is located (example for cowsay)
$ which cowsay
show the location of a man page
$ man -w cowsay