Skip to main content

How to install a SMP aware bzip2 with Centos

·38 words·1 min
Table of Contents

How to install a SMP aware bzip2 with Centos
#

Two alternatives
#

My choice
#

  • Get the rpm :
wget http://img.cs.montana.edu/linux/centos/5.6/dag/x86_64/lbzip2-0.23-1.el5.rf.x86_64.rpm
  • Install it :
rpm -ivh lbzip2-0.23-1.el5.rf.x86_64.rpm
  • Enjoy (the usage is the same as bzip2)