Skip to content

Instantly share code, notes, and snippets.

@JQL
Created August 25, 2018 10:57
Show Gist options
  • Save JQL/c3a84c2e12407e20876b2048d954acd4 to your computer and use it in GitHub Desktop.
Save JQL/c3a84c2e12407e20876b2048d954acd4 to your computer and use it in GitHub Desktop.
Tweaking Linux Packages
Tweaking Linux Packages
The Linux Package system and the Linux Mint package manager recommended "Tweak".
How to setup the Package Manager
COMMANDS & LINKS:
Synaptic Package Manager:
Click Menu button - Administration - Synaptic Package Manager
Click Settings - Preferences - General tab
In the Marking Changes section tick: "Consider recommended packages as dependencies"
Click Apply
Click OK.
In terminal:
sudo sed -i 's/false/true/g' /etc/apt/apt.conf.d/00recommends
Remove Nautilus Package:
sudo apt-get remove nautilus
Update and Upgrade:
sudo apt-get update && sudo apt-get upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment