I need to install VNC in one Ubuntu machine. The problem is that machine is in a remote site with no internet access whatsoever.
I could download a VLC installer for Ubuntu and take it to the machine I want to install in, but...
The VLC site offers a "download" button but that button only calls the apt protocol. The site doesn't have a way to download a deb package or installer that I could take with me in a flash drive to install VLC in the isolated machine.
- What alternatives do I have?
- Can I somehow take the deb packages of a machine in which VLC is already installed? If so, how?
apt-get clean
and then the command withreinstall
instead ofinstall
? – user2667549 Jul 21 '15 at 14:44--reinstall install
https://wiki.ubuntuusers.de/apt/apt-get – user2667549 Jul 21 '15 at 14:50