skip to Main Content

rpm dependencies required even though they are there – Nginx

I'm trying to install a customised openresty on a Centos7 VM. sudo rpm -i openresty-1.19.3.1-1.el7.x86_64.rpm However I get this error: perl(Test::Nginx::Socket::Lua) is needed by openresty-1.19.3.1-1.el7.x86_64 perl(Test::Nginx::Socket::Lua::Stream) is needed by openresty-1.19.3.1-1.el7.x86_64 But I already had those dependencies installed with cpan, and…

VIEW QUESTION

How to install gitlab-runner to CentOS/fedora

I try to install GitLab runner on the AWS server: https://docs.gitlab.com/runner/install/linux-manually.html Linux distrib: Linux arh: Linux 4.14.209-160.339.amzn2.x86_64 So I downloaded .rpm file for CentOS: sudo curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_x86_64.rpm" But file isn't downloaded - only created with following content: > <?xml…

VIEW QUESTION

Can't install nautilus-dropbox on Centos 8

I try to install dropbox on Centos8, however Terminal gives strange errors. Tried different commands, same error. Firstly downloaded *.rpm file from dropbox website, currently trying to install it. Commands I tried: rpm -ivh nautilus-dropbox-2020.03.04-1.fedora.x86_64.rpm yum localinstall nautilus-dropbox-2020.03.04-1.fedora.x86_64.rpm Error: Last…

VIEW QUESTION
Back To Top
Search