Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    install an rpm package from terminal

    Posted in linux on 12 November 2014 by vectordesign

    An rpm is simply a compressed folder that contains the source of the programm you want to install

    First check to see if a rpm is installed on your system

    rpm

    If you get a response rpm command not found install the rpm programm

    sudo apt-get install rpm

    simply guide to the folder that the rpm file is located and tun the following command

    sudo rpm -ivh nameOfTheFile.run

    Leave a Reply