Fedora :: Yum Reporting Package Not Installed?
Sep 14, 2010
When I install some packages Yum seems to behave correctly until the the very end when it gives the error: xxx-package was supposed to be installed but is not! I am lookng for any advice which might solve the issue. Below is an example of the yum output.
libgcc-
4.4.2-7.fc12.x86_64.rpm | 75 kB 00:00
Running rpm_check_debug
[code]....
View 7 Replies
ADVERTISEMENT
Mar 1, 2010
I just installed a package with yum but I can't find any files associated with it. My question: is there a way to make yum tell you which files were installed from a package?
View 7 Replies
View Related
Dec 14, 2010
I have installed a package on Centos 5.5, and need to find out the repository it came from, so I can enable the source rpms for that particular repository, and download the source, and rebuild the package. Is there some way using yum or rpm to find out which repo the installed package came from? I know Smart PM shows this info, but it has been hanging on Centos 5.5, for some strange reason, so that's not really an option for now.
View 6 Replies
View Related
Mar 26, 2009
I just installed a package using the System -> Administration -> Add/Remove s/w tool.
How can I find information about what files it has installed and where? I was expecting to get some header files from this package but cannot find them in the normal places like /usr/include etc.
View 5 Replies
View Related
Mar 25, 2010
I would like to make a script that determines if a particular package is installed or not. Is there a built in way to do this with rpm or am I looking at getting down and dirty with learning parsing tricks with bash?
View 5 Replies
View Related
Apr 16, 2011
When I try to do an update I get an error-message. There are no duplicates and --skip-broken doesn't resolve anything.
Code:
Skip-broken could not solve problems
Error: Package: gnome-background-standard-3.0.0-1.fc15.noarch (installed)
Requires: gnome-themes-standard = 3.0.0-1.fc15
Removing: gnome-themes-standard-3.0.0-1.fc15.i686 (installed)
gnome-themes-standard = 3.0.0-1.fc15
[Code]...
View 3 Replies
View Related
Apr 15, 2011
Today morning I logged on to one of our servers (through ssh -X) to perform a routine maintenance. When I tried to open a GUI application, it failed to connect to the X server of the workstation. Eventually I ended up issuing the command
Code:
df -h /
and shockingly it showed that / is 100% used. I checked / using
Code:
du --max-depth=1 -xh /
to check the sizes of the individual directories, which showed that only about 18% of the / is used and that confused me badly. There was no quick solutions when I googled around; but luckily I found the following link which nicely explained the issue I had:
[URL]
All I did was found out the services responsible for those unreleased files (using lsof +L1) and restarted them. That is it. Now df reports only 18% of the disk is used and all my X things started working again, thanks to Walker.
View 1 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Mar 24, 2011
i have to use lh command. I have installed all updates for ubuntu, live-build (the package for lh) and its updates. So my system is fully updated.When i hit "lh" command i get the following message: The program 'lh' is currently not installed. You can install it by typing:
sudo apt-get install live-build
When i do type: "sudo apt-get install live-build" i get:
Reading package lists... Done
Building dependency tree
Reading state information... Done
live-build is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
View 5 Replies
View Related
Apr 3, 2009
I am trying to put up my own Quake2 server to play with my friends. During this installation process I have encountered rather confusing issue. First I downloaded the Q2 server binaries in RPM package and tried installing it:
[Code]...
View 5 Replies
View Related
Feb 2, 2009
I am running a sever for a local community. There is arpwatch service running and monitoring for new network cards. The problem is that each day I keep getting lots of 'flip flop' reports:
Code:
hostname: <unknown>
ip address: 0.0.0.0
ethernet address: 0:13:e8:43:b1:e7
[code]....
I know where they come from: clients are obtaining ip addresses by DHCP, and initially are sending DHCP requests from 0.0.0.0. I am running arpwatch with a specific option to NOT report such things, but it looks like it is ignored...
Code:
arpwatch -u arpwatch -e admin -N -s 'root (Arpwatch)' -i br0 -n 0.0.0.0/32
View 1 Replies
View Related
Feb 8, 2010
How do I disable the Automatic Bug Reporting Tool?
View 2 Replies
View Related
Mar 5, 2010
At every boot I get an automatic bug reporting warning about the kernal. Not sure what is causing this or how to fix it. It is on a Dell d600 laptop.
View 7 Replies
View Related
Jul 18, 2011
I had Fedora 13 64 bit before which was correctly reporting memory as 4GB. After I wiped off Fedora 13 and did a fresh install of Fedora 15 32 bit, the memory is reported as 3.2 GB in the system Info and also in free -mt command code...
Where is 600MB memory gone missing? I checked the BIOS setting and it correctly says total memory is 4GB.
The hardware is exactly same and I did not change anything.
View 11 Replies
View Related
Apr 7, 2009
I have a system set up with Fedora 9 - the Fed10 installer choked on an older Intel video chip. I've decided to try updating to 10 in anticipation of further upgrading to 11. Reading this forum and elsewhere convinced me to try preupgrade. I started it and saw Fed10 as an available upgrade path, selected it. At that point, the system appeared to freeze -- the progress bar got about 10% along and everything sat for 10-15minutes. I exited out of preupgrade and tried the rpm path.
That didn't fly either -- I was told that there were no packages marked for upgrade. I read more about preupgrade, including the fact that it might give the appearance of having locked up although it was still working. So I went back to preupgrade. This time, Fed10 didn't show in the selection box. It was, in fact, empty except when I checked the box for beta/unstable and could see Rawhide.
How do I get back to where I was with preupgrade so that I can finish what I started? Alternatively, how can I do a 9 to 10 upgrade from this point (preupgrade grayed out and rpm reporting no packages)? I expect to further upgrade to 11 in a couple of months, so the step to 10 is necessary. I do not have a separate /home partition and I have some very expensive (and difficult to set up) software that insists on sitting in /usr/local, so a full install, though doable, isn't something I want to undertake -- I'd much prefer to do to upgrades from 9.
View 6 Replies
View Related
Sep 1, 2009
But after it updated and I restarted the service, it's reporting 2.2.0 on any error page. Yet through yum it's reporting 2.2.13-1. Is that normal? I've only ever used 2.2.x, starting with 2.2.6ish.
View 3 Replies
View Related
Feb 10, 2010
i have installed dhcp server on RHEL5.after instalation when i want to restart it.it shows failed message. rpm package is also installed.(dhcp-3.0.5-13.el5) dhcpd.conf file is also in /etc directory
View 1 Replies
View Related
Dec 14, 2009
I have been trying to run Yumex under F12, x86_64. It always crashes when it finishes to resolve the repositories and then the Automatic Bug Reporting tool blinks indicating a bug in python 2.6.2-2.fc12. Anyone else has seen the same bug? What have you done to solve it?
View 14 Replies
View Related
Apr 11, 2010
I am running the xfce desktop on a new ubuntu 9.10 installation.I used the Synaptics Package Manager to install several applications, including R, the statistics programming language. After the installation, it took me quite a while to find where the package manager put the executable, but I found it.The problem is, I can't figure out how to get it to execute. I tried double clicking on it and I tried right clicking on it and selecting "Execute" from the menu that pops up.
How do I get an executable to execute? Also, is there an easy way to track down where the executables get put after I use the Synaptics Package Manager?It would be handy if I could put links to them in some central location.
View 5 Replies
View Related
Nov 10, 2009
Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:
[Code]...
View 2 Replies
View Related
Jan 24, 2016
Is this method the correct one if I want to forbid a foo package from being installed, even if this foo package is a dependency of another package? For example, geoclue is a dependency of Steam. However, I still want to install Steam, but not geoclue.
The method:
nano /etc/apt/preferences
Package: geoclue
Pin: origin ""
Pin-Priority: -1
View 3 Replies
View Related
Aug 6, 2011
I am running openSUSE 11.4 KDE 4.6.5 on my desktop AMD64. Just added R47 repo in order to upgrade KDE 4.6.5 to 4.7. However, after running zypper up I saw lots of packages not being updated.code...
View 4 Replies
View Related
Feb 27, 2011
Fedora 14 xfceI have installed a package using yum install package-name.However, I can't seen to find out where it has been installed to.Is there any command that will tell me what directory the files have been installed to?
View 2 Replies
View Related
Mar 19, 2010
What's the best way to tell if a package is already installed? I can't seem to find a way to do it with apt-get.
View 5 Replies
View Related
Feb 15, 2009
I'm looking for a way to run a python script automatically when apt-get is used to install or upgrade a package. The script should get the package name and version as arguments.
View 1 Replies
View Related
Sep 18, 2010
Debian 504 64-bit
I have emacs and ess running on this box code...
View 5 Replies
View Related
Feb 15, 2010
I need a particular include file. I know the file name. I don't know which package would install it. apt-cache seems to only search names and descriptions. dpkg -S seems to only search through installed packages. I need to find a package that's not yet installed. I probably just missed the option in the man page... or I don't know which program to man.
View 10 Replies
View Related
Jul 11, 2011
Is is possible to compile (but not install) a library, and then compile a package using that library instead of the version that's installed?
View 4 Replies
View Related
Oct 27, 2009
I'm running Centos 5 and have recently done a yum update. I'm trying to query a package:
% rpm -q xxx.rpm
package xxx.rpm is not installed
OK, so I'll just go ahead and install the package, right?
% rpm -i xxx.rpm
package xxx.rpm is already installed
View 8 Replies
View Related
Apr 1, 2010
I have a dedicated server. Centos 5.4 i386
But is I do the command "yum" is said: "package yum is not installed"
How can I install yum back on te server? Yum has removed by a guide that says: ""yum -y remove yum-fastestmirror"
Edit: yum
-bash: /usr/bin/yum: no such file or directory
View 3 Replies
View Related