Skip to main content

All Questions

1 vote
0 answers
311 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
97 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
169 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
1 vote
1 answer
4k views

How to use yumdownloader to download specific version of a source rpm?

by using folloing command: yumdownloader --source 'package-name-without-version' It will only download the newest source rpm of said software. how do I download specified version of source rpm ...
Sajuuk's user avatar
  • 481
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
1 vote
1 answer
2k views

RHEL6: repo won't enable

Mount DVD [root@rhel66 ~]# mount /dev/sr0 /media Install the repo metadata [root@rhel66 ~]# cp /media/media.repo /etc/yum.repos.d/rhel6.repo List the repos [root@rhel66 ~]# yum repolist all ...
Marki's user avatar
  • 630
3 votes
1 answer
5k views

Get "timeout" command from GNU coreutils 8 on RHEL 5.7 machine

What is the best way to install the Gnu timeout command on an RHEL 5.7 machine? I would prefer to install with yum, but I can compile from source if that is the only way. timeout was introduced in ...
Rich's user avatar
  • 274
1 vote
1 answer
1k views

what/where is the default yum conf and server

I have 2 new redhat hosts (Red Hat Enterprise Linux Server release 5.9). Lets call them A and B. They both run on 2 different networks. I try to run the 'yum -update' command on both hosts. Works ...
Quest Monger's user avatar
2 votes
1 answer
27k views

How can I install software in Linux with no yum and no wget?

I'm a newbie to Linux (that mainly uses Windows and Mac OS X) needing some advice. I was trying to install git on a Linux machine today, and encountered some problems: Not knowing the version of the ...
e9t's user avatar
  • 202
3 votes
3 answers
115 views

chrome with linux

I'm a bit of a Linux noob. I'm on a brand new desktop running RedHat and just trying to get Chrome going. Following a guide, I was told to download the .deb file, then to run sudo dpkg on that deb ...
user avatar
6 votes
3 answers
39k views

Install src.rpm package on Red hat Linux

How can i install src.rpm package on Red hat Linux ?
Kumar's user avatar
  • 423