How to install a RPM package in remote server: i want to execute these instruction on remote server. also i do not have sudo access.
$ wget https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-3.noarch.rpm $ sudo yum install pgdg-centos94-9.4-3.noarch.rpm $ sudo yum install postgresql94-server postgresql94-contrib
Can anyone please help ?
No way. To install an rpm package you need to be either root or have sudo access.
2.1m questions
2.1m answers
60 comments
57.0k users