Tagged Questions
18
votes
4answers
8k views
Can yum be used to list the contents of a package?
I know how to use rpm to list the contents of a package (rpm -qpil package.rpm). Is there any way to do this with yum?
2
votes
3answers
98 views
Determine if package installed with Yum Python API?
TLDR; I need simple a Python call given a package name (e.g., 'make') to see if it's installed; if not, install it (I can do the latter part).
Problem:
So there are a few code examples given in ...
2
votes
2answers
67 views
Executing yum installer using java Runtime.exec() and capturing its download progress
I'm facing a problem from past few months. I have tried hard to find a solution.
I'm using Java over Fedora 14
The problem is, I'm trying to download and install a package using Runtime.exec("yum -y ...
2
votes
1answer
52 views
How do I find out w/YUM or RPM what files it installed?
I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a
yum install nx
and it says it installed correctly, but for the life of me I can't find the .service or ...
2
votes
2answers
228 views
Trouble Installing Git on CentOS
I'm having trouble installing Git on CentOS 5.5 x86_64. I'm not an expert at this type of thing, what's the problem?
root@server [/]# yum install git
Loaded plugins: fastestmirror
Loading mirror ...
2
votes
2answers
207 views
Amazon Linux AMI EC2 - librrd.so.2 dependency issue
I am attemping to install OpsCenter for Cassandra, and using the the standard REHL image. I can't figure out how to get this to work. Another version of EPEL perhaps?
yum install opscenter....
...
2
votes
2answers
388 views
Yum install ffmpeg can't find repomd.xml
I am trying to install ffmpeg on an EC2 instance, by doing the following:
(1) Editing: '/etc/yum.repos.d/dag.repo' and inserting:
'[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
...
1
vote
2answers
1k views
Linux - Yum Install GCC - Missing Kernel-headers
When ever i try to install GCC on my linux (centos) It comes back with missing
glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is ...
1
vote
1answer
50 views
Yum failing conditions
I would like to now what happens if yum starts updating and during update user (force)shuts down computer ? What are the dangerous parts of update process if user shut down pc ?
1
vote
1answer
261 views
Development packages for X11 for CentOS
Some one know what are development packages for X11 for CentOS 3?
Thank you for ahead
1
vote
3answers
2k views
Determining the path that a yum package installed to [closed]
I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without resorting to ...
1
vote
2answers
2k views
Can yum tell me which of my repositories provide a particular package?
Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a yum command that will tell me which of it's configured repositories provided that ...
1
vote
3answers
3k views
Why won't my package upgrade with yum?
I'm trying to upgrade a package using yum on Fedora 8. The package is "elfutils". Here's what I have installed locally:
$ yum info elfutils
Installed Packages
Name : elfutils
Arch : x86_64
...
0
votes
1answer
12 views
Yum install of home-made RPM giving error
I am trying to isntall something using "yum install my.rpm"
The problem is I am getting
TypeError: an integer is required
error: python callback <bound method RPMTransaction.callback of ...
0
votes
1answer
43 views
How to install Mercurial on my Red Hat Linux machine without using “yum” command?
I have been trying to install Mercurial binary packages on my Red Hat Linux machine. According to the install instructions, I should type command "yum install mercurial". However, in order to use the ...
0
votes
0answers
45 views
Cannot install yum-utils to resolve broken installation due to conflict
I am trying to install yum-utils package to resolve a broken installation, but it fails due to a conflict:
sudo yum install yum-utils --skip-broken
returns
Loaded plugins: fastestmirror, ...
0
votes
0answers
35 views
Installing Vanish Cache 3.0 on Amazon EC2
Just a quick question to see if anyone knows how to install Varnish Cache 3.0 on an Amazon EC2 Instance without having to build from source? I have previously installed on many servers running Ubuntu ...
0
votes
1answer
60 views
Installing tshark on RHEL
Is there a way to install tshark on RHEL machines using yum install?
when i did: yum install tshark
I got back:
Setting up Install Process
No package tshark available.
Nothing to do
When i did: ...
0
votes
0answers
26 views
Using Yum to deploy web application on different machines
I want to deploy application on different machine with Yum.
According to my learning I have to create yum repository and package of application.
But I cannot find relationship between package and ...
0
votes
2answers
20 views
How to get the version of the software when I use yum install command?
Is there any way to know which version of the software will be installed using yum install command?
For example:
$ yum search zsh
Loaded plugins: fastestmirror
=== Matched: zsh ===
zsh.x86_64 : A ...
0
votes
1answer
53 views
Yum stopped working after upgrading it
I just did yum upgrade yum
and now I cannot use it. It keeps throwing this error:
[root@devlon5 www]# yum install pdftohtml
epel/primary_db 100% |=========================| 3.8 MB 00:00 ...
0
votes
0answers
254 views
Install PHP 5.3.8 with updated libcurl version
I'm trying to install PHP with libcurl 7.21.7 because the 7.15 version has some bugs I want to avoid.
I installed the last version of libcurl from a repository I found using YUM but when trying to ...
0
votes
0answers
63 views
How can I specify compiler flags to yum or rpm?
The currently installed OpenSSL on my system does not appear to be compiled with -fPIC, leading to an error while trying to install things (like perl packages) that need it. The error received is:
...
0
votes
2answers
453 views
Fedora command line install eclipse with android sdk
I am a new Fedora user (having previously always used ubuntu), and I am trying to download eclipse. Unfortunately, "sudo yum install eclipse" is returning "no package eclipse available". I assume this ...
0
votes
1answer
629 views
Android - Fedora - Installing 32 bit packages
I'm trying to setup my Android Development on a Linux Fedora box by following the guide listed here, HOWTO Setup Android Development - FedoraProject. Unfortunately, I cannot seem to run the yum ...
0
votes
1answer
85 views
.sh file as installer
how to create installer of .sh file on linux ,so that i can install it
using yum command
plz anybody help me?
0
votes
2answers
95 views
Which mysql edition should I install for my CentOS server?
There are different mysql install packages for differential platforms.
http://www.mysql.com/downloads/mysql/#downloads
I'm using CentOS, which install package should I download?
The Generic Linux or ...
0
votes
0answers
63 views
Linux package manager architecture [closed]
I am looking for a guide on one of Linux Package manager architectures. For example apt-get (dpkg), or yum (rpm).
I want to know how they manage package list, file list, package versions and so on.
I ...
0
votes
2answers
297 views
Downloading 'Yum groupinstall “development tools”'?
I've looked all over and build essentials are all I see that was replaced by Development tools. When I type the command I receive "no such command".
What is the alternative to this?
0
votes
1answer
36 views
Is linux packet update server connection secured?
I'm distributing custom applications for redhat. I want to set up my update server to have the client applications auto-updated. I need the update process to be secured.
Can the connection to the ...
0
votes
1answer
69 views
does yum keep cache of not successfull update
I would like to know does yum keep cash of downloaded packages if update was not successful, for example during update computer was restarted, but some packages were downloaded.
Will it redownload ...
0
votes
1answer
94 views
yum in rhel5.1 through internet
i am using redhat 5.1 versions .i need the rpm that automatically download from internet
similar to centos and ubuntu. see i have an old gcc. compiler i want to download the latest
version ...
0
votes
1answer
66 views
how to translate fedora yum source into RHEL?
I use fedora 13 on my laptop, and I use 'yum' to install "recordmydesktop" just for fun.One day, my boss ask me to install "recordmydesktop" into his computer (whose operating system is Redhat ...
0
votes
1answer
213 views
Populate The Custom Yum Repository with list
I have a list of 350 rpms listed in a text file that are also installed in a cluster that is not online with the outside world. We have an internal yum repository. Is there a way to take the list, ...
0
votes
4answers
6k views
yum install php-pear* on centos
I'm trying to install pear on my centos.
I've used "yum install php-pear*" to install pear and it seemed to install with success. No errors. I restart my server.
However when I check out phpinfo(). ...
-1
votes
0answers
24 views
Linux Server eating all my memory [migrated]
I run all of my websites on a 512MB dedicated virtual server, which up until now has served me very well.
On 10 Jan, for some unknown reason my memory consumption went up from averaging around 50% to ...
-1
votes
0answers
15 views
How can I install perf, a linux peformance monitoring tool? [migrated]
I am trying to install perf. I searched online that it is available through http://apt.ubuntu.com/p/linux-tools, but I need apt. I have yum installed, but do not have apt so I tried installing apt via ...
-2
votes
3answers
24 views
Yum search software name [closed]
I forgot a command with SSH which could search software name.
For explain: If I want install mysql-server, but I want choose a version before yum install. This command can make a search (return all ...