Questions tagged [yum]

yum is a software package manager that installs, updates, and removes packages on RPM-based systems.

yum is a software package manager that installs, updates, and removes packages on RPM-based systems. It automatically computes dependencies and figures out what things should occur to install packages. yum makes it easier to maintain groups of machines without having to manually update each one using rpm.

1853 questions
0
votes
1 answer

yum upgrade does not save old file

I have two file mark with the directive %config: 1- When I do: yum erase my_rpm the files are saved but 2- When I do: yum upgrade my_rpm the files are overwritten How can I save my files when I use yum upgrade. Update info: After install my rpm I…
Juan Reina Pascual
  • 3,988
  • 7
  • 21
  • 34
0
votes
1 answer

How can I update yum list of available MySQL packages?

I have MySQL 5.6 installed on cent os. I am trying to update it to 5.7, but yum packages contain only mysql57-community-dmr version, not mysql57-community, seems like my list of packages is outdated, is there any way to update it?
ruslan5t
  • 257
  • 3
  • 16
0
votes
1 answer

When to do nothing, logout or reboot in response to a system update

I've noticed that when I update my programming tools (packages) on Fedora using PackageKit, I will occasionally be told that I need to logout or reboot. Yet when using Yum (preferred), no such advice is present (to the best of my awareness). My…
pajato0
  • 3,628
  • 3
  • 31
  • 37
0
votes
1 answer

Collect all rpm dependencies to deploy a project

I need to deploy a software project (packaged as an rpm) from a developer machine into a server. I'm using Fedora 23, along with the dnf package manager. I have to collect all dependencies of my rpm before I deploy to the server. The server can't be…
Adam Kurkiewicz
  • 1,526
  • 1
  • 15
  • 34
0
votes
1 answer

jenkins install errorno -3 error performing checksum on RHEL 5.7

I tried to install Jenkins on an RHEL 5.7 server (sudo yum install Jenkins) and I keep getting the error shown below: http://pkg.jenkins.io/redhat-stable/repodata/a4a18ee2ec13db4b127e320edc4c7b7c9fbf1139a4505278b2c03727d3ca606b-primary.sqlite.bz2: …
el diablo
  • 2,647
  • 2
  • 20
  • 22
0
votes
1 answer

Weird Behavior from yum package manager regarding exit codes:

I'm using yum as a package manager since I'm on Centos. I'm working with kernel header and devel packages, and noticed some peculiar behavior that I haven't been able to find information out via googling: Currently I have headers and devel packages…
Bennett
  • 317
  • 2
  • 6
  • 16
0
votes
1 answer

What are the packages for Linux Libraries?

I am trying to install an application on CentOS 7 that needs several libraries: libcryptopp.so.6 libdns_sd.so.1 libstdc++.so.6 libstdc++.so.6 Where can I get these libraries? Is there a yum repo that contains them? Are they standard? If so, what…
Factor Three
  • 2,094
  • 5
  • 35
  • 51
0
votes
1 answer

IPtables not allowing yum in centos 7

I have set DROP as default rule for all in my centos 7 system and allow only following rules. #Allow web server ports iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT iptables -A OUTPUT -p…
Hafiz Muhammad Shafiq
  • 8,168
  • 12
  • 63
  • 121
0
votes
1 answer

delete wget yum source sublime2

I think I've add a sublime2 source by wget, but I did not succeed to install it. Then now if I want to install any other software like firefox: yum install firefox I wil get errors like this: Loaded plugins: security Setting up Install…
Yuqing Wei
  • 289
  • 1
  • 3
  • 12
0
votes
2 answers

Install packages via yum without internet in centOS7

I guess there are 2 metods for the same method 1:CentOS DVD ISO YUM Repository step 1:Download/Transfer CentOS DVD ISO which is not working for me. I used the command via wget http://mirror.lihnidos.org/CentOS/7/isos/x86_64/…
user3405478
  • 47
  • 1
  • 9
0
votes
1 answer

How to install Beanstalkd in Red Hat Openshift?

First I logged in to my application using ssh, in ubuntu terminal. Then tried to install it using sudo apt-get install beanstalkd But the result is: test.rhcloud.com 123]\> sudo apt-get install beanstalkd bash: /usr/bin/sudo: Permission…
Arun D
  • 2,369
  • 5
  • 27
  • 39
0
votes
0 answers

sudo yum install gitlab-ce "Nothing to Do" when trying to Upgrade to latest version of gitlab

I am trying to update to the latest version of gitlab on my CentOS server. I am currently running Omnibus version 8.3.2, which has a security issue. I am using the instructions from the update page: sudo yum install gitlab-ce Whenever I run this…
C B
  • 1
  • 2
0
votes
1 answer

"uboot-tools" Install on Centos 7

I require the use of the command mkimage in my Centos 7, 32-bit system. I have attempted to install as root uboot-tools using the command yum install ubool-tools but this is not available. Does anyone have any driving instructions on how I can…
Dustin Cook
  • 1,215
  • 5
  • 26
  • 44
0
votes
1 answer

centOS on virtualbox "Couldn't resolve proxy

so i have installed sandbox(running centOS) from hortonworks on a virtualBox with network config>>> bridged network and i edited the bashrc to export http_proxy and https_proxy as export http_proxy=http://host_name:port export…
Emad
  • 279
  • 5
  • 22
0
votes
2 answers

Trouble Installing libsodium on Centos 6

I'm running CENTOS 6.7 and Apache and PHP 5.4.x. I'm using the EPEL and REMI repositories. I'm trying to install the libsodium extension. It is my understanding that I need to install libsodium first, then the extension. Based on Googling, to get…
Michael Mac
  • 102
  • 1
  • 11
1 2 3
99
100