There is a new version of this tutorial available for Debian 6 (Squeeze).

The Perfect Desktop - Debian Etch (Debian 4.0) - Page 5

This tutorial exists for these OS versions

On this page

  1. 7 Install Automatix
  2. 8 Install Further Packages With Automatix

7 Install Automatix

Automatix2 comes with a graphical interface, but in order to install Automatix2 there are a few steps we have to do on the command line. Go to Applications > Accessories > Terminal to open a command line window:

In the command line window, type

su

to become root.

Now we have to open /etc/apt/sources.list and make sure that the non-free and contrib repositories are enabled. Run

gedit /etc/apt/sources.list

to open /etc/apt/sources.list in a text editor. You will find a line similar to this one in it:

[...]
deb http://ftp2.de.debian.org/debian/ etch main
[...]

Add the non-free and contrib repositories to it so that the line looks like this:

[...]
deb http://ftp2.de.debian.org/debian/ etch main non-free contrib
[...]

Then update your packages database:

apt-get update

To install Automatix, we proceed as follows:

echo "deb http://www.getautomatix.com/apt etch main" | sudo tee -a /etc/apt/sources.list

Afterwards, run

wget http://www.getautomatix.com/keys/automatix2.key
gpg --import automatix2.key
gpg --export --armor E23C5FC3 | sudo apt-key add -

and update the packages database again:

apt-get update

Finally, install Automatix:

apt-get install automatix2

Then close the command line window. After Automatix has been installed, you can find it under Applications -> System Tools -> Automatix:

 

8 Install Further Packages With Automatix

Now start Automatix. It comes up with a warning that you must not install the package AUD-DVD if you are from the USA because it is illegal there (so if you are from the USA, don't install that package).

After you've accepted the warning, Automatix starts:

and adds some repositories to /etc/apt/sources.list:

In the left window you see all available package groups (File Sharing, Web Browsers, etc.), and in the right window there are all packages that belong to the package group and that can be installed by Automatix. Select the following packages for installation:

  • Skype
  • AUD-DVD Codecs
  • Flash Player
  • MPlayer and FF Plugin
  • Multimedia Codecs
  • Sun Java 1.5 JRE
  • DVD Ripper
  • RealPlayer
  • Automatix read/write NTFS and FAT32 Mounter
  • Extra Fonts
  • Acrobat Reader
  • Google Earth
  • Google Picasa
  • Opera Browser

After you've made your selection, click on Start. The package installation begins, and it can take some time.

In order to install Sun Java 1.5 JRE, we need to accept its license:

When Mplayer gets installed, the installer will ask you if you want to replace the existing file /etc/mplayer/mplayer.conf with a new one. Choose no here (hit ENTER or type in N):

To install NTFS read/write support (ntfs-3g), click on Yes when the following message comes up:

Then hit Ok:

Hit OK again. If you are currently using NTFS partitions, you might have to reboot the system after Automatix has finished to get read/write support on the NTFS partitions.

Google Earth will ask you to accept its license, so click on I Agree:

Google Earth's default settings are ok, so click on Begin Install:

After the Google Earth installation, you can either select to start it immediately or to quit. I select Quit here (although it doesn't matter what you select):

After the installation of all selected packages, we can leave Automatix by clicking on the cross in the upper right corner of the Automatix window. A new window pops up where we select Yes:

Share this page:

1 Comment(s)