블로그 이미지
푸른_바람

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
IT/OS 2009/12/07 14:07

ubuntu nateon rpm install

nateon linux
http://kldp.net/frs/?group_id=1143

1. rpm > deb 변환 툴 alien 설치
[code bash/shell]
$ sudo apt-get install alien
[/code]
http://kldp.net/projects/nateon/download/note/3011
현재 ubuntu 용 deb 파일이 존재함.

2. rpm > deb 변환
[code bash/shell]
$ sudo alien -c ***.rpm
[/code]

펼쳐두기..


3. deb 설치
[code bash/sell]
$ sudo dpkg -i ***.deb
[/code]

펼쳐두기..


출처 : http://embraceubuntu.com/2005/09/23/installing-using-an-rpm-file/

rpm > deb 변환 후 설치를 해서 성공을 했으나 네이트온 프로그램 작동은 되지 않음.
SOURCE INSTALL 로 진행중 요구사항을 모두 설치 후 deb를 재 설치 하니 제대로 동작함

4. SOURCE RPM 다운로드
INSTALL file

펼쳐두기..




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

ubuntu 크롬 브라우저 설치  (0) 2009/12/13
ubuntu wine, HeidiSQL  (0) 2009/12/08
ubuntu nateon rpm install  (0) 2009/12/07
LGIBM thinkpad 2611-43k 노트북 XP 설치하기  (0) 2009/11/18
Win7 빠른실행 도구 모듬 추가  (0) 2009/10/28
win7.7600.16384 32bit ko 설치  (0) 2009/09/21
TOTAL 245,655 TODAY 22