debian command

1
2
3
4
5
6
7
8
9
# list installed package
dpkg --list

# remove package
apt-get remove foo

# ping, command not found
apt-get install inetutils-ping

dpkg-reconfigure tzdata