Installing using iso image, Installing using iso – Dell Proximity Printing Solution User Manual
Page 22

DPPS – Installation Guide
22
Installing Using ISO Image
1 Make the ISO visible to the DPPS Server using one of the following
methods:
a
For physical servers, burn the ISO image to a CD/DVD and insert
it into the optical drive.
b
For virtual servers, mount the ISO image using the virtual server
system for mounting ISOs.
c
If you downloaded the DPPS ISO directly into the virtual server,
type the following commands in a terminal:
sudo mkdir /mnt/iso
sudo mount -o loop /PathTo/DPPS-0.5.3-Server-
Packages.iso /mnt/iso
NOTE:
The version number,
0.5.3
in this example, may vary depending on
the package you are installing.
2 Add the following line to /etc/apt/sources.list.
deb file:///mnt/iso /
3 Perform an update by typing the following command in a terminal window:
sudo aptitude update
sudo aptitude install dpps
NOTE:
When installing the DPPS server updates using an ISO image, if you
enter any incorrect information, you can reset it using the command
sudo dpkg-reconfigure dpps
.