Preview:
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt update --fix-missing
sudo apt install --fix-missing flatpak
sudo apt install flatpak --fix-missing
sudo apt --fix-broken install

actualiza todos los programas
sudo apt-get upgrade

sudo apt-get update
sudo apt full-upgrade

sudo aptitude safe-upgrade

instalar dependencias faltantes 
sudo apt -f install

ver lista de paquetes actualizables:
apt list --upgradable

3. O actualizar todos los paquetes actualizables:
sudo apt upgrade

Limpiar paquetes obsoletos:
sudo apt autoremove
sudo apt clean
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter