Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ubuntu:apt [2020-05-12] – ↷ Page moved from ubuntu:apt to linux:ubuntu:apt dcailinux:ubuntu:apt [2022-07-15] (current) dcai
Line 1: Line 1:
 +===== apt =====
 +
 +
 +==== essential packages ====
 +  
 +<code>
 +sudo apt-add-repository ppa:fish-shell/release-3
 +sudo add-apt-repository ppa:git-core/ppa
 +sudo add-apt-repository ppa:jonathonf/vim
 +
 +sudo apt-get update
 + 
 +
 +sudo apt-get install fish git vim
 +</code> 
 +
 +https://gist.github.com/dcai/c5418bcf9203cf19c93a
 +
 +
 === purge removed package config-files === === purge removed package config-files ===
 <code> <code>
Line 4: Line 23:
 apt-get autoremove apt-get autoremove
 wajig large| less # find large packages wajig large| less # find large packages
 +</code>
 +
 +
 +=== fix broken install issue ===
 +<code>
 +sudo apt -o Dpkg::Options::="--force-overwrite" --fix-broken install
 </code> </code>
linux/ubuntu/apt.1589284929.txt.gz · Last modified: by dcai