How to Install Local Libraries/Software

  1. Find the link of the library you want to download and call
    wget file.tar.gz
  2. Extract the file contents with
    tar -jxvf file.tar.bz2

    or

    tar -zxvf file.tar.gz
  3. Enter the directory
    cd file

    and create a new directory

    mkdir build
  4. Move to build folder
    cd build

    and run the configuration file

    ../configure
  5. Package will start to extracting files. At the end run
    make