Thread
:
.deb installer to install many .deb files at once or xterminal command needed!(without asking permission every time)
View Single Post
raaj13
2011-05-23 , 15:03
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.
Quote & Reply
|
The Following User Says Thank You to raaj13 For This Useful Post:
nicholes
raaj13
View Public Profile
Send a private message to raaj13
Find all posts by raaj13