This installation is depracated, but if you like to live hard, follow these steps:
-
manually download the package you are interested in and all the packages which it depends on
-
put all the downloaded packages in the same directory
You can now install them with the following command:
dpkg -i package package_1 package_2 package_n
where package is the package you want to install and all the other packages are
they which the first depends on.
|