How to download and install a .deb file [duplicate]
Solution 1:
The package seems to be unavailable, but, very basically, here it is:
- Go to the site you would like to download from
- Download the *.deb file here
- Go to the directory where you saved (Most likely the downloads folder)
cd ~/Downloads
ls
- if the libhal1_0.5.14-8ubuntu1_i386.deb package is listed,
sudo dpkg -i libhal1_0.5.14-8ubuntu1_i386.deb
- input password,
y
and it should install.
Solution 2:
Well, here goes:
- Download the file by clicking on a link in that page - select one in your continent, preferably from a country close to you (you can look at the two-letter country codes like
es
,in
, etc. to determine that). - Open the folder where the package was downloaded, and double click on the package file. It should open Software Center. Click on Install. Done.
Or, open the Software Centre - the icon looks like this:
And search libhal
, select the package and install.