This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:ubuntu:apt [2020-05-12] – ↷ Page moved from ubuntu:apt to linux:ubuntu:apt dcai | linux:ubuntu:apt [2022-07-15] (current) – dcai | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== apt ===== | ||
| + | |||
| + | |||
| + | ==== essential packages ==== | ||
| + | | ||
| + | < | ||
| + | sudo apt-add-repository ppa: | ||
| + | sudo add-apt-repository ppa: | ||
| + | sudo add-apt-repository ppa: | ||
| + | |||
| + | sudo apt-get update | ||
| + | |||
| + | |||
| + | sudo apt-get install fish git vim | ||
| + | </ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | |||
| === purge removed package config-files === | === purge removed package config-files === | ||
| < | < | ||
| Line 4: | Line 23: | ||
| apt-get autoremove | apt-get autoremove | ||
| wajig large| less # find large packages | wajig large| less # find large packages | ||
| + | </ | ||
| + | |||
| + | |||
| + | === fix broken install issue === | ||
| + | < | ||
| + | sudo apt -o Dpkg:: | ||
| </ | </ | ||