View Single Post
jedi's Avatar
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.
 

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