블로그 이미지
부엉이쌤의 나라말, 우분투, 국어교육 곽성호(자유)

카테고리

분류 전체보기 (1642)
일상 (26)
오늘의 명언 (300)
문화사랑방 (81)
우리말사랑 (162)
유니텔 시사한자 (10)
아하그렇구나 (47)
동영상 (0)
거꾸로교실 (3)
1교시 국어영역 (272)
꿈꾸는 정원사 (70)
부엉이쌤의 수업이야기 (17)
성공하는 사람들의 습관 (21)
컴도사 (116)
도종환의 엽서 (6)
좋은글좋은생각 (111)
잼난야그 ㅣ 심테 (1)
오픈오피스 3.2 (53)
우분투 10.04 (리눅스) (296)
2009 남목고 (39)
백업2015 (1)
Total
Today
Yesterday

'아마록1.4'에 해당되는 글 1건

  1. 2009.07.23 우분투 9.04에 아마록 1.4 설치하기

아마록 2.0을 사용하는 것이 불편하여 만족하지 못하는 분들이 있을 겁니다.
그래서 아모록 1.4로 돌아가고자 하시는 분들을 위해 방법을 알려드립니다.


First you need to edit the /etc/apt/sources.list file

sudo gedit /etc/apt/sources.list

  
Add the following lines

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

Save and exit the file

Add GPG key using the following command

    sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xb9f1c432ae74ae63

Update source list using the following command

    sudo apt-get update

Now if you have amarok 2 remove using the following command

    sudo apt-get remove amarok

Install amarok 1.4 using the following command

    sudo apt-get install amarok14

That’s it now you have installed amarok 1.4
Posted by 곽성호(자유)
, |