Hello.
Could make an update, package or system offline.
yes, how?
Thank you very much.
Julio Torres

Yes I have PC no internet connection, I want do update system or package.Akuna wrote:Sorry, I'm not sure your question is clear enough, could you try to reformulate it?
Ok.Kerd wrote:You can download the packages on the PC with internet, put them on a pendrive or cd and update them on the pc that are not connecting to internet.
Code: Select all
$ tar cf mypackages.tar /var/log/packages/*
Code: Select all
$ mkdir -p /tmp/2upgrade/var/log/packages /tmp/2upgrade/var/slapt-get && (cd /tmp/2upgrade/var/log/packages && tar xf path_to_your/mypackages.tar)
Code: Select all
$ cat > slapt-getrc
WORKINGDIR=/tmp/2upgrade/var/slapt-get
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,.*-[0-9]+dl$,-x86_64-
SOURCE=http://salix.enialis.net/i486/slackware-13.1/:OFFICIAL
SOURCE=http://salix.enialis.net/i486/slackware-13.1/extra/:OFFICIAL
SOURCE=http://salix.enialis.net/i486/13.1/:PREFERRED
^D
Code: Select all
$ export ROOT=/tmp/2upgrade; /usr/sbin/slapt-get -c slapt-getrc -d --upgrade; unset ROOT
Code: Select all
# slapt-get --upgrade