To install Picasa on your Scientific linux machine follow the steps below
1. Run the following two commands when by one in terminal by logging in as root.
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
2. Create Google repo as shown below
First create a repo file called google.repo
vi /etc/yum.repos.d/google.repo
Now insert the following lines in google.repo file
[google]
name=google
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
Save the file
3. Run command
yum update
4 Install Picasa using the command
yum install picasa
1. Run the following two commands when by one in terminal by logging in as root.
wget https://dl-ssl.google.com/linux/linux_signing_key.pub
rpm --import linux_signing_key.pub
2. Create Google repo as shown below
First create a repo file called google.repo
vi /etc/yum.repos.d/google.repo
Now insert the following lines in google.repo file
[google]
name=google
baseurl=http://dl.google.com/linux/rpm/stable/i386
enabled=1
gpgcheck=1
Save the file
3. Run command
yum update
4 Install Picasa using the command
yum install picasa
No comments:
Post a Comment