How to install BTQueue on Ubuntu Server

Since you are going to run BTQueue on Ubuntu or other Linux box, I recommend all you to use the latest version in Subversion repository. Sorry, I don't have deb package yet. If you don't have subversion, sudo apt-get install subversion to get the latest version.

$ cd /opt
$ svn co https://svn.sourceforge.net/svnroot/btqueue/trunk/btqueue btqueue

Now, you should have BTQueue properly installed in /opt/btqueue. Then you may add /opt/btqueue to PATH environment:

export PATH=$PATH:/opt/btqueue

Congratulation, BTQueue has been successfull installed on your Ubuntu box.

Tags: , ,

Source Forge update

Now SourceForge update SVN service ! To update BTQueue must write : $ svn co https://btqueue.svn.sourceforge.net/svnroot/btqueue/trunk/btqueue btqueue

Post new comment