View Single Post
Posts: 50 | Thanked: 25 times | Joined on Nov 2010 @ Tahiti
#6
Just in case, once you get in the right folder do :
$ ls (to check that you are indeed in the right folder, it'll show you your deb files)
then to install :
$ dpkg -i *.deb (to install all the packages)
or
$ dpkg -i somepackage.deb (to install individual packages)