I read the man page, and I think I don't need this. However, I am unsure and wanted to ask more information about it before disabling it. What is it? Before I disable this, is there a way to check to see if there is a dependency?
Asked
Active
Viewed 1,586 times
2 Answers
4
Yes, you can check if it has dependencies by doing a simulate on apt:
apt-get -s remove package
If there are no other packages to remove it is safe. If you want to delete the package configuration files, make sure you use the --purge flag too.
apt-get remove --purge portmap

Daniel Prata Almeida
- 702
- 4
- 5
4
up to my knowledge it's part of NFS server. if you dont use it - it should be safe to remove it.

pQd
- 29,981
- 6
- 66
- 109