SyntaxHighlighter

2008/08/10

How to Install Picasa of the Linux Version (CentOS-5.2).

Google Sites and Chrome For DummiesAdobe and Google provide us with yum repositories. With the yum repository of Google, we can install Picasa easily. I've confirmed that Picasa works well on CentOS-5.2.

http://www.google.com/linuxrepositories/rpm.html
http://www.google.com/linuxrepositories/yum.html


# wget https://dl-ssl.google.com/linux/linux_signing_key.pub
# rpm --import linux_signing_key.pub

# cat > /etc/yum.repos.d/google.repo
[google]
name=Google - i386
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
^D

# yum install picasa

(CentOS-5.2)
According to http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/91d956e2d643cb19?hl=en, if you have trouble segmentation faults, please do as a root user

# sysctl -w vm.mmap_min_addr=0

and restart picasa by your account.

If it succeeded, you might add "sysctl -w vm.mmap_min_addr=0" into the last of /etc/sysctl.conf.

0 件のコメント: