Questions tagged [yum]

YUM is an open-source command-line package-management utility for RPM-compatible Linux operating systems.

The Yellowdog Updater, Modified (YUM) is an open-source command-line package-management utility for RPM-compatible Linux operating systems and has been released under the GNU General Public License. Though yum has a command-line interface, several other tools provide graphical user interfaces to yum functionality.

1465 questions
-2
votes
2 answers

Red Hat Yum not working out of the box?

I have a server runnning Red Hat Enterprise Linux v5.6 in the cloud. My project constraints do not allow me to use another OS. When I created the cloud server, I was able to SSH into it and access the shell. I next ran the command: sudo yum…
Tucker
  • 165
  • 1
  • 3
  • 10
-3
votes
1 answer

yum check update returning multiple versions in order

Will yum check-update return list of available versions to be upgraded to in some order (ascending or descending). Thanks
gudge
  • 199
  • 1
  • 10
-3
votes
2 answers

CENTOS yum different versions

i have two servers running centos, they are located in the same Data Center i want to update my mod-pagespeed module Server 1: [root@web2 11]# yum update mod-pagespeed Loaded plugins: auto-update-debuginfo, fastestmirror, priorities,…
john Smith
  • 97
  • 3
-3
votes
2 answers

how do you install php-devel

I keep getting dependency issues when I try to run yum install php-devel yum install --skip-broken php-devel .... --> Finished Dependency Resolution php-5.1.6-32.el5.i386 from base has depsolving problems --> Missing Dependency: php-common =…
user962449
  • 1,447
  • 2
  • 12
  • 6
-3
votes
1 answer

install vncserver without yum on Oracle Linux

can anybody describe me how to install vncserver on Oracle Linux without yum? (yum does not work because it is a pre-built appliance - timeouts all the time)
Kurt_
  • 1
-4
votes
2 answers

insufficient space in download directory /var/cache/yum/updates/packages

I try to install vim-enhanced using #yum install vim-enhanced I got an error like this insufficient space in download directory /var/cache/yum/updates/packages I found some answers to the this question but I did not understood because I'm very new…
Roledenez
  • 101
  • 1
  • 1
  • 3
-4
votes
1 answer

Downgrade Openssh on RHEL6

Is it ok to downgrade openssh from 5.3 to 4.3 in rhel6 as we are facing compatibility issue between openssh 3.1 client and openssh 5.3 server(SCP file transfer hangs). Please we cannot upgrade openssh 3.1 due to some other reason. Regards, Rehan
user176716
  • 13
  • 3
-4
votes
1 answer

Replace yum with apt on CentOS 5?

I used to have apt available on my CentOS server, but I had to reinstall and now I have yum. I've searched on how to replace it with no results. If anyone could help, thanks! I am on CentOS 5.9, if that helps.
alexpja
  • 123
  • 6
-5
votes
1 answer

Centos 7 no firewall & no systemctl

I really need help, where can I install systemctl and the firewall for centos 7 min? I have tried everything including google which has all turned up no results.
RussellHarrower
  • 185
  • 1
  • 1
  • 12
-7
votes
1 answer

Use puppet to update Yum repository

I have just started working on puppet and successfully installed the master server and agents. As part of my test, I am of the understanding that Puppet can replicate my configuration to the different nodes it manages. On my Puppet master server, in…
1 2 3
97
98