Return to Snippet

Revision: 1951
at November 28, 2006 04:09 by huckeduster


Initial Code
### reconfigure an installed program
dpkg-reconfigure <name>

### reconfigure console setting
dpkg-reconfigure console-data

### reconfigure the whole system
dpkg-reconfigure -a

### setting up timezone
tzconfig

### update apt-get source list
apt-get update

### install a package (one can also use aptitude)
apt-get install <name>

### upgrade the whole system
apt-get dist-upgrade

Initial URL


Initial Description


Initial Title
Some Ubuntu configure and update commands

Initial Tags
linux, ubuntu

Initial Language
Bash