How to install RPM package without root permission ?

Solution Verified - Updated -

Issue

  • How to install rpm package without root permission ?
  • Is it possible to install RPM packages without root permission?
  • Is it possible to set a different folder and RPM database for rpm installation ,without root permission ?

  • can we adopt the below method to install rpm to user's homr directory ?

rpm --initdb --root /home/username/local --dbpath /home/username/local/lib/rpm
rpm --root /home/username/local --dbpath /home/username/local/lib/rpm \
--relocate /usr=/home/username/local --nodeps -ivh package.rpm

Environment

  • Red Hat Enterprise Linux 5
  • Red Hat Enterprise Linux 6
  • Red Hat Enterprise Linux 7

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.