ubuntu에 automatix 설치하기

automatix ?
    우분투 실치 직후에 꼭 필요한 유틸들을 한번에 손쉽게 다운로드 받아서 설치하게끔 해주는 프로그램
   
    해당 포럼 주소
    http://ubuntuforums.org/showthread.php?t=190025


    Howto: Install Automatix once and get automatic updates henceforth







This is how you need to do it on Ubuntu/Kubuntu/Xubuntu Breezy and Dapper:



For Dapper do the following:

With your favorite text editor (mine is gedit) make the following changes to /etc/apt/sources.list




Code:

sudo gedit /etc/apt/sources.list




and add the following line to the end of the file which opens up:


Now save and close the file

and do the following from terminal to import and install the GPG keys and install automatix:



1) Key import:


Code:

wget http://www.beerorkid.com/automatix/apt/key.gpg.asc
gpg --import key.gpg.asc
gpg --export --armor 521A9C7C | sudo apt-key add -


2) Installation

Code:

sudo apt-get update
sudo apt-get install automatix


Now you can remove and install Automatix from synaptic in Dapper and get automatic updates too. Enjoy :)



Run Automatix from Applications --> System Tools on Gnome

and Main Menu --> System on KDE and XFCE


OR

run Automatix from terminal as follows:


Code:

automatix

# automatix2가 나왔다. 새로운 소스리스트 주소는 아래와 같다.

deb http://www.getautomatix.com/apt edgy main

automatix2
$ wget http://www.getautomatix.com/apt/key.gpg.asc
$ gpg --import key.gpg.asc
$ gpg --export --armor 521A9C7C |sudo apt-key add -