Adobe Reader as localapp
Mika Pflüger
mail at mikapflueger.de
Sat Jan 10 16:30:41 GMT 2009
Hi,
> My trouble is getting it installed into the client chroot from the
> downloaded .deb file. How would I install via dpkg into the client
> chroot?
You could use gdebi instead of apt-get, that is, just use
sudo mv /root/package.deb /opt/ltsp/i386/path/to/package.deb
sudo chroot /opt/ltsp/i386 gdebi /path/to/package.deb
if you get errors about gdebi not being installed, you can install it
via
sudo chroot /opt/ltsp/i386 apt-get install gdebi
Of course, if you use the way described by Jonathan Carter and add the
medibuntu repositories to the chroot sources.list
(as Jonathan said, see https://help.ubuntu.com/community/Medibuntu, it
is really a well-written document. Just remember to put sudo
chroot /opt/ltsp/i386 before each command.) you will get
all dependencies and updates via apt-get, that is way easier to maintain
than to watch out for every update of acroread and then install it by
hand via gdebi.
Greetings,
Mika
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/edubuntu-users/attachments/20090110/37f4c713/attachment.pgp
More information about the edubuntu-users
mailing list