Thread
:
.deb installer to install many .deb files at once or xterminal command needed!(without asking permission every time)
View Single Post
Radicalz38
2011-05-23 , 15:27
Posts: 1,042 | Thanked: 430 times | Joined on May 2010
#
8
1. put all the deb files in a folder
2. download dpkg-dev
3. cd to the deb files folder
4. type dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz
5. Type "vi /etc/apt/sources.list.d/hildon-application-manager.list" Enter
6. Insert new line with the ff. "deb file:/path/to/your/deb/files /"
7. apt-get update
Done!
You can do apt-get install <package name> Without internet connection no worries about dependency and stuff.
Quote & Reply
|
The Following 8 Users Say Thank You to Radicalz38 For This Useful Post:
anthonie
,
ivyking
,
jedi
,
misiak
,
misterc
,
nicholes
,
reinob
,
retsaw
Radicalz38
View Public Profile
Send a private message to Radicalz38
Find all posts by Radicalz38