0

I want to install pencil 0.4.4b, on an ubuntu machine that is not connected to the internet.

Is there a way I can copy all the source files or preferably a .deb file and any dependencies to a usb and then install from there?

Rhys
  • 103
  • 1
  • 3

1 Answers1

0
  1. Download the .deb files using a connected device
  2. Transfer them to the non-connected machine
  3. Install them using sudo dpkg -i package_1.deb package_2.deb
Zanna
  • 72,312
user258532
  • 1,298