|
2009-03-29
, 20:01
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#2
|
So when you make a deb package and you list dependancies, the only time these will be installed automatically is if:
a) the package is being installed from a repository. Installing a deb locally will not even try to install them?
b) The correct repository is installed on the device and updated so that the list of dependant packages can be read?
c) repositories like extras-dev will not fill deps using package manager and any deps from here must be installed manually?
Am I correct in thinking this way?
I am trying to put together a package that has a few deps that need to be installed with it, and while it lists them not being installed it will not install them (when trying to install the package from a local directory). Using apt-get install Libxxx will install them correctly however, so I know the correct Repro's are available.
Thanks!
-John
The Following User Says Thank You to BrentDC For This Useful Post: | ||
|
2009-03-29
, 21:40
|
|
Posts: 241 |
Thanked: 74 times |
Joined on Jul 2007
|
#3
|
|
2009-03-29
, 23:08
|
Posts: 253 |
Thanked: 104 times |
Joined on Aug 2008
@ Midwest, USA
|
#4
|
The Following User Says Thank You to neatojones For This Useful Post: | ||
a) the package is being installed from a repository. Installing a deb locally will not even try to install them?
b) The correct repository is installed on the device and updated so that the list of dependant packages can be read?
c) repositories like extras-dev will not fill deps using package manager and any deps from here must be installed manually?
Am I correct in thinking this way?
I am trying to put together a package that has a few deps that need to be installed with it, and while it lists them not being installed it will not install them (when trying to install the package from a local directory). Using apt-get install Libxxx will install them correctly however, so I know the correct Repro's are available.
Thanks!
-John