kosmic
July 17th, 2005, 05:28 AM
Ok, my problem is the next, I have 10 pc with ubuntu in a network without internet acess, but I need to have the lastest security patches instaled and new programs.
The solution to this is, if you have a computer with a Internet conection and a DVD burner you are safe, just follow this steps...
first, get the program called... Debmirror :
sudo apt-get install debmirror
Next, to get the repositories of ubuntu to your hard disk do the following comand
debmirror --nosource -m -passive --host=archive.ubuntulinux.org --root=ubuntu/ --method=ftp --progress --dist-hoary --section=main,multiverse,universe,restricted --arch=i386 ubuntu/ --ignore-release-gpg
* - host=is the repositorie url you want to copy to your hard disc
* -dist = is the distribuition you want (warty, hoary ...)
* -section is the repositories you want in this case we want -main,multiverse,universe and restricted
* -arch is the processor type compliled code you want (ppc,i386,i686...)
Atention - some of this repositories have more than 1 GB and the total of all the repositories is bigger than a DVD, so we need to separate them with a program, called DEBPARTIAL.
Hope it helps anybody like me who needed the packages offline.
The solution to this is, if you have a computer with a Internet conection and a DVD burner you are safe, just follow this steps...
first, get the program called... Debmirror :
sudo apt-get install debmirror
Next, to get the repositories of ubuntu to your hard disk do the following comand
debmirror --nosource -m -passive --host=archive.ubuntulinux.org --root=ubuntu/ --method=ftp --progress --dist-hoary --section=main,multiverse,universe,restricted --arch=i386 ubuntu/ --ignore-release-gpg
* - host=is the repositorie url you want to copy to your hard disc
* -dist = is the distribuition you want (warty, hoary ...)
* -section is the repositories you want in this case we want -main,multiverse,universe and restricted
* -arch is the processor type compliled code you want (ppc,i386,i686...)
Atention - some of this repositories have more than 1 GB and the total of all the repositories is bigger than a DVD, so we need to separate them with a program, called DEBPARTIAL.
Hope it helps anybody like me who needed the packages offline.