debian command
# list installed package
dpkg --list
# remove package
apt-get remove foo
# ping, command not found
apt-get install inetutils-ping
dpkg-reconfigure tzdata
# list installed package
dpkg --list
# remove package
apt-get remove foo
# ping, command not found
apt-get install inetutils-ping
dpkg-reconfigure tzdata