is there a way to install packages store on your HD with apt-get, like a "apt-get install ./package.deb ? If not how to handle the dependances in a very very easy way.
|
feedback
|
|
usually i do dpkg -i it'll fail saying it needs dependancies. -- but when you then do an apt-get update it'll say at the end something like "dependacies are ready to install" i think it then advises to use apt-get install -f or --auto something, i forget (im on a rpm distro at the moment). Once thats done, i use the dpkg -i again. Worked fine for me last few years. edit: looking a bit further, apparently a tool called "gdebi" can do this as "gdebi [deb file]" | |||
feedback
|