I’m not able to run tracepath or tracepath6 under Debian Linux. tracepath is default under CentOS Linux. How do I install tracepath command under Debian Linux 4.x server? How do I find out what package owns the command under Debian / Ubuntu Linux?
Q. I’d like to find out if xyz package is available or not using apt-get command. How do I look up package names and contents via shell command? A. You need to use apt-cache command to performs a variety of operations on APT’s package cache. apt-cache does not manipulate the state of the system but [...]