D
D
Duron7002011-07-22 15:12:37
linux
Duron700, 2011-07-22 15:12:37

Creating a List of Upgradable Debian Packages from the Console

In Synaptic, you can mark packages for updates and then create a script to download updates on a machine with good internet. This file looks something like this:

wget -c archive.ubuntu.com/ubuntu/pool/main/u/update-manager/update-manager_0.150.3_all.deb
wget -c archive.ubuntu.com/ubuntu/pool/main/ c/curl/libcurl3_7.21.3-1ubuntu1.3_i386.deb
wget -c archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-calc_3.3.3-1ubuntu1_i386.deb

This is if there is a GUI.

There is Debian, with a console. There are no xes. The internet on the Debian machine is bad. There is Webmin, but I did not find whether it is possible to do this there.
I want to create the same list for updates and download it from another computer in order to bring updates on a flash drive if necessary.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gribozavr, 2011-07-23
@Duron700

apt-offline, apt-zip

A
Anatoly, 2011-07-22
@taliban

like after all, apt-get has a key so as not to download the program, but only to get a list of the necessary packages? I don't remember from memory, but it was something like that. Save to file if =)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question