How to install packages in Linux (CentOS) without root user with automatic dependency handling?
It is possible to use yum and rpm to install any package in the repository of the distribution. Here is the recipe: Find the package name Use yum search. Download Download the package and all of its dependencies using yumdownloader (which is available on CentOS by default). You’ll need to pass it –resolve to get … Read more