How To Get The Multi-Core Version of Par2 on Linux

xzKinGzxBuRnzx

Veteran
Joined
Aug 9, 2008
Messages
1,702
If you already have par2 installed use "sudo apt-get remove --purge par2" This will remove it as its not the same version (single core).

For 64 bit Ubuntu:

Code:
wget http://www.chuchusoft.com/par2_tbb/par2cmdline-0.4-tbb-20100203-lin64.tar.gz
tar -zxvf par2cmdline-0.4-tbb-20100203-lin64.tar.gz
rm par2cmdline-0.4-tbb-20100203-lin64.tar.gz
cd par2cmdline-0.4-tbb-20100203-lin64
rm COPYING
rm README_FIRST.txt
sudo cp * /usr/local/bin/
cd ~
rm -rf par2cmdline-0.4-tbb-20100203-lin64
sudo chmod 777 /usr/local/bin/par2
sudo chmod +x /usr/local/bin/par2

For 32 bit Ubuntu:

Code:
wget http://www.chuchusoft.com/par2_tbb/par2cmdline-0.4-tbb-20090203-lin32.tar.gz
tar -zxvf par2cmdline-0.4-tbb-20090203-lin32.tar.gz
rm par2cmdline-0.4-tbb-20090203-lin32.tar.gz
cd par2cmdline-0.4-tbb-20090203-lin32
rm COPYING
rm README_FIRST.txt
sudo cp * /usr/local/bin/
cd ~
rm -R par2cmdline-0.4-tbb-20090203-lin32
sudo chmod 777 /usr/local/bin/par2
sudo chmod +x /usr/local/bin/par2

This will work great with SABnzbd. Follow this guide to fine tune your SABnzbd setup.
 

About Digiex

Digiex is a technology and gaming forum, founded in 2004 by InsaneNutter and Nimrod. Digiex has served the internet community with breaking news, detailed guides, exclusive downloads and a popular discussion forum. A small, friendly community of like‑minded people has developed over the years. People are encouraged to register and participate in on‑going discussions.

Get Social

Back
Top Bottom