/ Published in: Bash
Expand |
Embed | Plain Text
### 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
Comments
Subscribe to comments
You need to login to post a comment.

can i suggest also "apt-get upgrade" (upgrade installed package) very useful tools are also apt-listbugs and apt-listchange that show bugs and changelog for upgraded package. don't forget "apt-cache search " for find package by name in configurated repository ....