*** This bug is a duplicate of bug 33065 ***
    https://bugs.launchpad.net/bugs/33065

Until this bug is resolved, this bash command line can be used to
download the .deb files corresponding to installed packages:

dpkg --get-selections | awk '{ print $1};' | while read package; do apt-
cache show "$package"| wget -c
'http://ae.archive.ubuntu.com/ubuntu/'`sed -ne '/^Filename/s/^Filename:
//p'`; done

-- 
import/export installed packages list
https://bugs.launchpad.net/bugs/162185
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to