WOONO's Blog





The package is suitable under Hardy, Intrepid and Jaunty.

Source Code (소스코드)

ubuntu-tweak-0.4.7.1.tar.gz

Deb package for all (직접설치)

ubuntu-tweak_0.4.7.1-1~jaunty1_all.deb

Old version of Ubuntu Tweak is available here: (이전버전)

http://code.google.com/p/ubuntu-tweak/downloads/list

How to add the source of Ubuntu Tweak

open your terminal, first import the key: (터미널을 실행하고 Key를 등록)

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com FE85409EEAB40ECCB65740816AF0E1940624A220


type the command to run gedit(or other editor in your opinion) to modify the sources.list: (gedit를 이용해서 소프트웨어 저장소를 수정)

sudo gedit /etc/apt/sources.list


And put the two line into it(If you are using Ubuntu 8.04 Hardy or early) : (Ubuntu 8.04 의 경우 맨 아래 다음 두줄을 추가)

deb http://ppa.launchpad.net/tualatrix/ubuntu hardy main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu hardy main

 
Or Ubuntu 8.10 Intrepid: (Ubuntu 8.10 의 경우 맨 아래 다음 두줄을 추가)

deb http://ppa.launchpad.net/tualatrix/ubuntu intrepid main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu intrepid main


 Or Ubuntu 9.04 Jaunty: (Ubuntu 9.04 의 경우 맨 아래 다음 두줄을 추가)

deb http://ppa.launchpad.net/tualatrix/ubuntu jaunty main
deb-src http://ppa.launchpad.net/tualatrix/ubuntu jaunty main


Then update the source and install or upgrade Ubuntu Tweak: (Tweak 를 설치)

sudo apt-get update
sudo apt-get install ubuntu-tweak


if you have installed, just type: (업그레이드 확인)

sudo apt-get dist-upgrade


Posted by woono