Skip to main content

All Questions

1 vote
0 answers
312 views

ERROR while installing PyAudio in Rocky Linux 9

I just installed Rocky Linux 9 and my os contains "Development Tools" packages plus the required libraries for development and installing PyAudio such as portaudio and portaudio-devel, which ...
Amir Masoud Nourollah's user avatar
0 votes
1 answer
98 views

RHEL yum Package Installation from Repository of Differing Release Number

I have two RHEL machines. One runs RHEL 6.9, and the other runs RHEL 7.7. I have access to local copies of both the RHEL 6.9 and the RHEL 7.7 repositories. This is the only repository access I have. ...
Dave's user avatar
  • 1,029
0 votes
1 answer
3k views

yum giving error "[Errno 111]" Connection refused on RHEL

I am on RHEL server 7*. When I use yum (any command even help) I get this line every time. [Errno 111] Connection refused Things work, but lines like this keep coming.
Brijesh's user avatar
1 vote
1 answer
172 views

Why does yum update says it is "Installing" one of the packages?

When I run yum update, it lists the packages that it will upgrade. For one of the packages, kernel, it lists it under the "Installing" header. All other packages are listed under the "Upgrading" ...
euphoria83's user avatar
3 votes
1 answer
4k views

How to install packages on Linux without root-access?

For whatever reasons, root-capable administrators at our organization limit the choice of packages to the vendor's official "base" repository (RHEL). Not even EPEL is possible, much less IUS. Our ...
Mikhail T.'s user avatar
1 vote
1 answer
316 views

Red Hat 7 npm package installing error

I trying install npm but system shows me this error: [root@myserver etc]# npm install npm@latest -g npm http GET https://registry.npmjs.org/npm npm http 200 https://registry.npmjs.org/npm npm ERR! ...
Jo Shepherd's user avatar