View Single Post
Posts: 404 | Thanked: 186 times | Joined on Oct 2010 @ Dehradun,India
#3
Put all deb files in a folder.

then xterminal
root
cd <folder>
dpkg -i *.deb
though this method will give lots of error as it doesn't install dependency earlier then the package.
you may put dependencies if any in separate folder and install them first before installing main packages.
 

The Following User Says Thank You to raaj13 For This Useful Post: