Thread
:
.deb installer to install many .deb files at once or xterminal command needed!(without asking permission every time)
View Single Post
jedi
2011-05-23 , 15:02
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#
2
Have you tried:
Code:
dpkg -i *.deb
If not,
Code:
for DEB in *.deb; do dpkg -i $DEB; done
should do it.
__________________
May the source be with you.
Quote & Reply
|
The Following User Says Thank You to jedi For This Useful Post:
nicholes
jedi
View Public Profile
Send a private message to jedi
Find all posts by jedi