For example, we need install "unzip" command on a Ubuntu machine without Internet.
-
On a online computer, google: unzip site:packages.debian.org, download unzip_6.0-8_i386.deb;
-
scp unzip_6.0-8_i386 user@remoteServer:/home/user
; -
on remoteServer:
dpkg -i unzip_6.0-8_i386
;
bingo.