danielesalatti
August 8th, 2008, 06:28 AM
Ok, this is my first tutorial here... :)
Hoping to do a useful thing I have set up a repository for Ubuntu Hardy and I have loaded in it some packages from the GetDeb (http://www.getdeb.net/) project. One of this packages is the Flock Browser (http://flock.com/).
In this tutorial I'll explain how to set up your Hardy box to use my repository and how to install Flock.
To begin with, we need to edit the /etc/apt/sources.list file, so open a shell and issue the following command:
sudo nano -w /etc/apt/sources.list
Now append the following three lines at the end of the file:
# SN's Repository
2. deb http://www.salatti.net/repo/ hardy-salatti main contrib non-free
3. deb-src http://www.salatti.net/repo/ hardy-salatti main contrib non-free
Save (CTRL + O) and close the file (CTRL + X).
Update APT sources by issuing the command:
sudo apt-get update
And install Flock:
sudo apt-get install flock
Hope this helped...
Hoping to do a useful thing I have set up a repository for Ubuntu Hardy and I have loaded in it some packages from the GetDeb (http://www.getdeb.net/) project. One of this packages is the Flock Browser (http://flock.com/).
In this tutorial I'll explain how to set up your Hardy box to use my repository and how to install Flock.
To begin with, we need to edit the /etc/apt/sources.list file, so open a shell and issue the following command:
sudo nano -w /etc/apt/sources.list
Now append the following three lines at the end of the file:
# SN's Repository
2. deb http://www.salatti.net/repo/ hardy-salatti main contrib non-free
3. deb-src http://www.salatti.net/repo/ hardy-salatti main contrib non-free
Save (CTRL + O) and close the file (CTRL + X).
Update APT sources by issuing the command:
sudo apt-get update
And install Flock:
sudo apt-get install flock
Hope this helped...