|
Softwares ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Main /
Download-ubuntu-packages-for-later-install-for-slow-internet-connectionMain.Download-ubuntu-packages-for-later-install-for-slow-internet-connection HistoryHide minor edits - Show changes to output Changed line 14 from:
to:
[@ Changed lines 20-22 from:
to:
@] *copy these files to /var/cache/apt/archives/ and run apt-get install dpkg-name.deb Changed line 7 from:
to:
$ sudo apt-get --print-uris -y upgrade|grep "^'" | gawk '{ print $1 }' | sed "s/'//g" > packages.lst Changed lines 9-11 from:
to:
shibu@shibu-laptop:~$ vi packages.lst Changed lines 15-21 from:
to:
http://archive.canonical.com/ubuntu/pool/partner/o/opera/opera_9.27-20080331.6hardy1_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/util-linux_2.13.1-5ubuntu2_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/libgtk2.0-common_2.12.9-3ubuntu3_all.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.12.9-3ubuntu3_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/libgtk2.0-0_2.12.9-3ubuntu3_i386.deb Added lines 1-27:
(:Google1:) (:Googlemm:) ---- *Run the command to find the package urls $ sudo apt-get --print-uris -y upgrade|grep "^'" | gawk '{ print $1 }' | sed "s/'//g" > packages.lst shibu@shibu-laptop:~$ vi packages.lst The output will look like http://archive.canonical.com/ubuntu/pool/partner/o/opera/opera_9.27-20080331.6hardy1_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/u/util-linux/util-linux_2.13.1-5ubuntu2_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/libgtk2.0-common_2.12.9-3ubuntu3_all.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.12.9-3ubuntu3_i386.deb http://us.archive.ubuntu.com/ubuntu/pool/main/g/gtk+2.0/libgtk2.0-0_2.12.9-3ubuntu3_i386.deb *copy these files to /var/cache/apt/archives/ and run apt-get install * ---- (:Google1:) (:Googlemmmm:) ---- |