Package Repository for Ubuntu Offline Installation

For example, we need install "unzip" command on a Ubuntu machine without Internet.

  1. On a online computer, google: unzip site:packages.debian.org, download unzip_6.0-8_i386.deb;

  2. scp unzip_6.0-8_i386 user@remoteServer:/home/user;

  3. on remoteServer: dpkg -i unzip_6.0-8_i386;

bingo.

posted on 2014-03-18 08:11  leechau  阅读(150)  评论(0编辑  收藏  举报

导航