Howto Install LAME


wget http://oratoronline.com/how2/video_share_modules/source_directory/lame/lame-3.96.1.tar.gz
tar -xvf lame-3.96.1.tar.gz
./configure --prefix=/usr
make
make install

Verify:
You can test lame by running 'lame' from shell, it will show you the version and
usage details

Path:
whereis lame

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Howto Re-Install cPanel/WHM

To Re-Install cPanel: 1. Reformat your VPS (rebuild) 2. You need to ensure that yum is...

How to Register Name Servers

There are many registars in the world with different panels, however we have provided a...

Creating a Welcome message for SSH logins

Did you ever want to change or create a new login message antime someone logs into SSH? We'll...

How to reset a mySQL password?

If you have lost your root user password for MySQL, you can reset it with the following...

Howto Install B.F.D Brute Force Detection

wget http://oratoronline.com/how2/BFD/bfd-current.tar.gz tar -xvzf bfd-current.tar.gz cd bfd-0.7...