I was just trying to install Pine on one of my Ubuntu based boxes and had an issue getting it installed. It seems there’s no 64 bit binary available so I figured I’d try Alpine instead since it was in the apt-get repository. So I did a quick sudo apt-get install alpine and was prompted […]
Tag: aptitude
Sometimes you just can’t remember what packages you’ve already installed, or what version you are currently running. Thankfully you can quickly find out this information from the command line. You’ll find that there is far too much information returned by this command and the only way to find exactly what you need is to grep […]