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 flockreturns nothing like that on an Ubuntu system.
2