The Perfect Desktop - Pinguy OS 11.10 (Beta) - Page 2
This tutorial exists for these OS versions
- Pinguy OS 12.04
- Pinguy OS 11.10
- Pinguy OS 11.04
On this page
3 Update The System
Now it's time to check for updates and install them. You can start the Update Manager by going to Menu > Other > Update Manager or by clicking on the tiny shield-icon on the top-right corner. Before you install something, you need to enter your password:
The Update Manager tells you which updates are available (you can click on the Refresh button to refresh the list). Click on Install Updates to install them:
It may occur that Docky needs to be closed to install some updates. If that happens, you can just start it again under Menu > Accessories > Docky.
4 Flash Player And Java
If you have checked the Install this third-party software checkbox during installation, the Flash Player and Java should already be installed on the system.
To check this, open Firefox and type about:plugins in the address bar. Firefox will then list all installed plugins, and it should list the Flash Player (version 11.1 r102)...
... and the Java plugins (IcedTea) among them:
5 Inventory Of What We Have So Far
Now let's browse all menus to see which of our needed applications are already installed:
You should find the following situation ([x] marks an application that is already installed, whereas [ ] is an application that is missing):
Graphics:
[ ] The GIMP
[x] Shotwell Photo Manager
[ ] Picasa
Internet:
[x] Firefox
[ ] Opera
[ ] Chromium
[ ] Flash Player
[ ] FileZilla
[x] Thunderbird
[ ] Evolution
[ ] aMule
[ ] Transmission BitTorrent Client
[ ] Vuze
[x] Empathy IM Client
[x] Skype
[ ] Google Earth
[x] Xchat IRC
[x] Gwibber Social Client
Office:
[x] LibreOffice Writer
[x] LibreOffice Calc
[ ] Adobe Reader
[ ] GnuCash
[ ] Scribus
Sound & Video:
[ ] Amarok
[ ] Audacity
[ ] Banshee
[x] MPlayer
[ ] Rhythmbox Music Player
[x] gtkPod
[ ] XMMS
[ ] dvd::rip
[ ] Kino
[ ] Sound Juicer CD Extractor
[x] VLC Media Player
[ ] RealPlayer
[x] Totem
[ ] Xine
[x] Brasero
[ ] K3B
[ ] Multimedia-Codecs
Programming:
[ ] KompoZer
[ ] Bluefish
[ ] Eclipse
Other:
[ ] VirtualBox
[x] TrueType fonts
[x] Java
[x] Read/Write support for NTFS partitions
So some applications are already on the system. NTFS read-/write support is enabled by default on Pinguy OS.
6 Configure Additional Repositories
Some packages like the Adobe Reader are not available in the standard Ubuntu repositories. The easiest way to make such packages available to your system is to add the Medibuntu repository.
First we open a terminal (Menu > Accessories > Terminal):
First off, we edit /etc/apt/sources.list...
sudo gedit /etc/apt/sources.list
... and enable the oneiric partner and Ubuntu Extras repositories (if they are not already enabled):
[...] |
Then save the file.
To enable the Medibuntu repository, please do the following:
Import the repository:
sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
Then run
sudo update-apt-xapian-index
to make Synaptic display packages from third-party repositories.