Tuesday, May 7, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3345  / 2 Years ago, mon, august 22, 2022, 10:16:07

I have downloaded deb packages.



When I use synaptic- Add downloaded packages It just download some packages but not add (install) my all packages (Even main package!).



enter image description here



According to my assumption, This option should add my deb packages to /var/cache/apt/archives. Then prompts to download if any dependency-package missing. Then Installs packages.



However I can installs packages by dpkg -i *.deb. But it not check if any package missing and not prompt to auto download them.



So, suggest alternative GUI or CLI tool [if not available then appropriate commands] for dpkg -i *.deb to get above mentioned work efficiently (check+auto download+install) or How to solve no-efficient working of synaptic's Add downloaded packages?


More From » package-management

 Answers
1

You're doing it wrong way. The "Add downloaded packages" item serves another item, "Generate package download script".


How does it work?



  1. Select packages that you need to install/upgrade. For example, monodevelop and wine. Synaptic will select a lot of other packages.

  2. Generate download script. Save it on removable media.

  3. Bring the script to another computer (with rapid network) and execute the script. It will download needed packages.

  4. Bring packages back to original computer and add downloaded packages through Synaptic.

  5. PROFIT!!!


And to install some downloaded packages, the gdebi is appropriate. Simply type gdebi *.deb and it will download dependencies and install all the packages specified.


[#25603] Tuesday, August 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fittecanap

Total Points: 322
Total Questions: 100
Total Answers: 105

Location: Israel
Member since Tue, Nov 17, 2020
4 Years ago
;