블로그 이미지
푸른_바람

Rss feed Tistory
IT/Tech 2010/04/20 11:46

구글 picasa(피카사) 설치 deb 설치

구글 소프트웨어 저장소 페이지(http://www.google.com/linuxrepositories/testrepo.html)에서 리눅스에 맞는 저장소를 확인합니다.

DEB 패키지
# Google repository
deb http://dl.google.com/linux/deb/ stable non-free

# Google testing repository
deb http://dl.google.com/linux/deb/ testing non-free

YUM 패키지
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1

[google-testing]
name=Google Testing - i386
baseurl=http://dl.google.com/linux/rpm/testing/i386
enabled=1
gpgcheck=1


설치
sudo apt-get update
sudo apt-get install picasa

설치되는 프로그램은
Picasa
Picasa Font Settings
2개가 설치됩니다.

Picasa Font Setting

picasa 는 와인으로 동작하는군요.
구글에서는 와인을 따로 /opt/picasa/wine 이라는 폴더에 설치를 합니다.

저의 경우 한글이 제대로 동작하기 않은 관계로 /optn/picasa/wine/drive_c/windows/fonts 를 /usr/share/fonts/truetype/win/ 폴더로 심볼링크로 연결했습니다.
물론 win 폴더에는 윈도우 폰트가 있습니다.

'IT > Tech' 카테고리의 다른 글

리눅스 log rotate  (0) 2010/04/27
리눅스 용량확인  (0) 2010/04/27
구글 picasa(피카사) 설치 deb 설치  (0) 2010/04/20
나눔고딕코딩 폰트 설치  (0) 2010/04/15
myPickup widget 가이드  (0) 2010/04/12
myPickup short URL API  (0) 2010/04/08
TOTAL 245,655 TODAY 22