you can install more than one package at once in the same command as root:
or to install more than 1 deb you have already downloaded (as long as dependencies are met already)Code:# apt-get install package1 package2 package3
Code:# dpkg -i package1.deb package2.deb package3.deb




Reply With Quote