Linux in Italian schools - five months later
Posted Feb 3, 2006 2:54 UTC (Fri) by
cortana (subscriber, #24596)
In reply to:
Linux in Italian schools - five months later by evgeny
Parent article:
Linux in Italian schools - five months later
Cool trick. If you are using KDE, you can do the same thing with kprinter.
On a Debian (or ~-derived) system you can move lpr out of the way gracefully like so:
dpkg-divert --local --rename --add /usr/bin/lpr
You can then create a symlink at /usr/bin/lpr that dpkg knows not to overwrite, the next time the package containing lpr is upgraded.
(
Log in to post comments)