![]() |
2011-05-23
, 16:48
|
Posts: 404 |
Thanked: 186 times |
Joined on Oct 2010
@ Dehradun,India
|
#11
|
The Following User Says Thank You to raaj13 For This Useful Post: | ||
![]() |
2011-05-23
, 17:12
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#12
|
![]() |
2011-05-23
, 18:39
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#13
|
dpkg --configure -a
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2011-05-24
, 05:52
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#14
|
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
![]() |
2011-05-24
, 07:05
|
|
Posts: 1,411 |
Thanked: 1,330 times |
Joined on Jan 2010
@ Tatooine
|
#15
|
![]() |
2011-07-05
, 13:52
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#16
|
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.
![]() |
2011-07-05
, 14:14
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#17
|
![]() |
2011-07-05
, 14:29
|
Posts: 502 |
Thanked: 366 times |
Joined on Jun 2010
@ /dev/null
|
#18
|
how to download dpkg-dev??
i tried apt-get it gives me this
shell enabled
BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) built-in shell (ash)
Enter 'help' for a list of built-in commands.
/home/user # apt-get install dpkg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package dpkg-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package dpkg-dev has no installation candidate
/home/user #
![]() |
2011-07-05
, 16:00
|
|
Posts: 1,103 |
Thanked: 368 times |
Joined on Oct 2010
@ india, indore
|
#19
|
you can do the following :
sudo gainroot
cd </path/to/files/>
dpkg -i ./*
apt-get -yf install
dpkg -i ./*
you need to be connected to the internet for apt-get to fetch dependencies.
![]() |
2012-02-15
, 07:46
|
|
Posts: 165 |
Thanked: 18 times |
Joined on Jun 2010
|
#20
|
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.
![]() |
Tags |
dont read tags, feeling sleepy, no tag here |
Thread Tools | |
|