Skip to content

Instantly share code, notes, and snippets.

@IaroslavR
Last active January 28, 2017 09:07
Show Gist options
  • Save IaroslavR/1debf296782fbca1f4d89f274d1be7d9 to your computer and use it in GitHub Desktop.
Save IaroslavR/1debf296782fbca1f4d89f274d1be7d9 to your computer and use it in GitHub Desktop.
ubuntu tricks
# oxygen missing
sudo apt-get install --reinstall oxygen-icon-theme
# ...и xxx пакетов не обновлено http://forum.ubuntu.ru/index.php?topic=212330.0
sudo apt-get dist-upgrade
# Пакеты, которые будут оставлены в неизменном виде: https://debianforum.ru/index.php?topic=5817.0
dpkg --get-selections | grep hold
echo имя_пакета install | sudo dpkg --set-selections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment