Difference between revisions of "Ubuntu Setup"
Line 45: | Line 45: | ||
Unity Settings | Unity Settings | ||
sudo apt-get install unity-control-center | sudo apt-get install unity-control-center | ||
Opera | |||
Add Opera repository <code>'''deb <nowiki>http://deb.opera.com/opera/</nowiki> stable non-free'''</code> to the apt-get source list in <code>/etc/apt/sources.list</code>. Then import a public PGP repository key. | |||
echo "deb http://deb.opera.com/opera/ stable non-free" | sudo tee -a /etc/apt/sources.list | |||
wget -qO - http://deb.opera.com/archive.key | sudo apt-key add - | |||
sudo apt-get update && sudo apt-get install opera |
Revision as of 20:56, 18 May 2014
If you are using Ubuntu as a base for various Linux projects you will find that as it comes with unnecessary packages. However installing minimal version is just stripped from everything. In this case I have builed a list of unnecessary packages and one liner to remove them all. Please modify for your needs.
The list has been built based on Ubuntu Desktop 14.04 LTS
List of unnecessary packages
Remove LibreOffice
sudo apt-get remove libreoffice-*
This package contains photos scopes which allow Unity to search for local and online photos.
sudo apt-get remove unity-lens-*
Photo organizer
sudo apt-get remove shotwell*
Scanner software
sudo apt-get remove simple-scan
Internet messaging ~13M
sudo apt-get remove empathy*
Email client ~61M
sudo apt-get remove thunderbird*
Google Drive scope for Unity ~116KB
sudo apt-get remove unity-scope-gdrive
Cheese Webcam Booth - webcam software
sudo apt-get remove cheese*
Brasero Disc Burner ~6.5MB
sudo apt-get remove brasero*
Package to manipulate bloototh devices using Gnome desktop ~2MB
sudo apt-get remove gnome-bluetooth
Orca Screen Reader -Provide access to graphical desktop environments via synthesised speech and/or refreshable braille
sudo apt-get remove gnome-orca
Amazon Unity WebApp integration scripts ~133KB
sudo apt-get remove unity-webapps-common
IBus Bopomofo Preferences - ibus-pinyin is a IBus based IM engine for Chinese ~1.4MB
sudo apt-get remove ibus-pinyin
Reactivate HP LaserJet 1018/1020 after reloading paper ~3.2MB
apt-get remove printer-driver-foo2zjs*
Remove all packages - one liner
sudo apt-get remove libreoffice-* unity-lens-* shotwell*\ simple-scan empathy* thunderbird* unity-scope-gdrive cheese*\ brasero* gnome-bluetooth gnome-orca unity-webapps-common\ ibus-pinyin printer-driver-foo2zjs*
Install necessary packages
Adobe Flash Player
sudo apt-get install flashplugin-installer
Unity Settings
sudo apt-get install unity-control-center
Opera
Add Opera repository deb http://deb.opera.com/opera/ stable non-free
to the apt-get source list in /etc/apt/sources.list
. Then import a public PGP repository key.
echo "deb http://deb.opera.com/opera/ stable non-free" | sudo tee -a /etc/apt/sources.list wget -qO - http://deb.opera.com/archive.key | sudo apt-key add - sudo apt-get update && sudo apt-get install opera