Tag Archives: Debian

Installing pine on Debian

Before I forget it again… To install pine from the Debian sources just do the following:
# apt-get –only-source build-dep pine
# apt-get –only-source -b source pine
# dpkg -i <packagefile>
You need to have the matching deb-src lines in /etc/apt/sources.list.
The first command will install the the dependencies needed to build, the second will get the sources and build [...]

Posted in Computer stuff | Also tagged | Leave a comment