Download Flock browser in command line

Is Flock browser available in Ubuntu 10.4. If so how do I download in command line. Is it perhaps:

sudo apt get Flock browser

Not sure, will appreciate some help. Thnxs

4 Answers

From the commandline I would do (using GetDeb-Packages):

sudo bash -c "echo deb lucid-getdeb apps games >> /etc/apt/sources.list"
wget -q -O- | sudo apt-key add -
sudo aptitude install flock

Try something like:

wget

Unpack and follow the installation instructions.

(That's en-CA for Canadian English; there are different localizations.)

I've written up a how-to previously, here.

You'll have to install libstdc++5 so it works properly.

It is probably not available in the core repositories:

apt-cache search flock

returns nothing like that on an Ubuntu system.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like