search for: deplist

Displaying 20 results from an estimated 21 matches for "deplist".

2012 Apr 07
3
gnumeric/goffice: defective RPM from rpmforge ???
...t; Missing Dependency: libgoffice-1.so.2 is needed by package 1:gnumeric-1.6.3-15.el5.2.i386 (installed) Error: Missing Dependency: libgoffice-1.so.2 is needed by package 1:gnumeric-1.6.3-15.el5.2.i386 (installed) ............................... # rpm -qa| grep goffice goffice-0.2.2-1.el5 # yum deplist gnumeric|grep goffice dependency: libgoffice-1.so.2 provider: goffice.i386 0.2.2-1.el5
2014 Aug 02
2
CentOS 7 missing package kio_mtp - required for digikam
...installed --> Finished Dependency Resolution Error: Package: digikam-4.0.0-3.el7.x86_64 (epel) Requires: kio_mtp You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest greg at tss20:~$ greg at tss20:~$ sudo yum deplist digikam [sudo] password for greg: Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * updates: ftp.iij.ad.jp package: digikam.x86_64 4.0.0-3.el7 dependency: /bin/sh pro...
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
...+ eval $device_var=$(basename $(dirname "$device_sys")) return fi eval $device_var=1 @@ -49,23 +49,23 @@ get_sd_name() { # gets the dependent block devices for multipath devices get_multipath_devices() { - local mpath_device=mpath-$(basename $1) - local deplist_var=$2 + local mpath_device=mpath-$(basename "$1") + local deplist_var="$2" local deplist="" #get dependencies for multipath device - local deps=$(dmsetup deps -u $mpath_device \ + local deps=$(dmsetup deps -u "$mpath_device" \ | s...
2010 Feb 24
5
New Storage related patches
This set of patches introduces support for multipath devices for storage. Comments and suggestions are appreciated. Mike
2006 May 26
1
Trying to find packages that depend on package X.
Quick search in bout "man yum" and "man rpm" shows how to find what package X depends upon, but not what depends upon package X. Of course, we could get a deplist for everything but I'm *guessing* that take more overhead and grep too. "yum remove" tells us. Then we just have to remember to say "No, don't remove". Am I missing something... like I missed that big Google box on the archives? Anyway, if I haven't overlooked some...
2006 Apr 12
1
mediawiki-1.4.7-1.2.el4.rf.i386.rpm requirements.
Guys, I'm migrating an internal Mediawiki over to a new CentOS 4 system. The old server's running FC3 and has a tarball install, ideally I want to stick to properly packaged software as far as possible. [wmcdonald at willspc ~]$ yum deplist mediawiki Finding dependencies: Setting up repositories Reading repository metadata in from local files package: mediawiki.i386 1.4.7-1.2.el4.rf dependency: tetex-latex provider: tetex-latex.i386 2.0.2-22.EL4.7 dependency: tetex-dvips provider: tetex-dvips.i386 2.0.2-22.EL4.7 dependency...
2008 Nov 26
2
enable repo download and save but no install
Is there a way to enable a repo, and ask it to download a package and all dependencies and save these files to a given directory then some time later execute a command to install those files that were saved. Is that possible? I would like to take a snapshot of something like VLC on dag and always install those same vlc packages and dependencies that were saved locally. Not go out over the net
2013 Dec 27
1
CentOS6 CR repo - depsolving problem
...kage count and empty directory on the mirror [0] are legitimate. But should the depsolving problems be the expected behavior? [0] http://mirror.centos.org/centos/6.5/cr/x86_64/Packages/ Up until now, that machine has happily had the CR repo enabled. Thanks for any tips and assistance. ~]# yum deplist ca-certificates Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile <...snipped...> Finding dependencies: package: ca-certificates.noarch 2013.1.95-65.1.el6_5 dependency: /bin/bash Unsatisfied dependency dependency: p11-kit-trust >= 0.18.4-2 Unsatis...
2006 Sep 26
2
package usage statistics.
Dear useRs, Is it possible to get the R package usage statistics? That is, does R contain any tools to estimate which packages were used and how often? I am going to temporary change the workplace and packing the data and their processing scripts on my computer in order to continue my projects. During my work on the current workplace I periodically have had installed new R
2008 Feb 26
4
Mono installation
Hello everybody I?m trying to install mono and when i try to install the package libgdiplus throw the following error dependencies with libexif.so.9 and libungif.so.4. Im using local packages, i downloaded it from the redhat mono repository, I try with the bin installer in others distro mono repo and It throw the deps error with packages libgailutil.so.17 and libglitz.so.1 Finally I try with the
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
...+ device_sys_output = device_sys.stdout.read().strip() + if not device_sys_output is "": + device = os.path.basename(device_sys_output) + return device + return False + + +# gets the dependent block devices for multipath devices +def get_multipath_deps(mpath_device, deplist_var): + return + deplist="" + #get dependencies for multipath device + deps_cmd ="dmsetup deps -u \"mpath-%s\" \ + | sed -r 's/\(([0-9]+), ([0-9]+)\)/\1:\2/g' \ + | sed 's/ /\n/g' | grep [0-9]:[0-9] 2>/dev/null" % mpath_device +...
2017 Mar 14
0
Strange behaviour of yum within %post in kickstart
...phase I install an RPM which has a dependency to nodejs. That package with all of its dependencies can be found in EPEL. On the other hand I have the Softwarecollections repository, which also contains nodejs with the same version. Now nodejs has a dependency on libuv: | root at devcma01 ~ # yum deplist nodejs -q --disableexcludes=all | [?] | dependency: libuv.so.0.10()(64bit) | provider: nodejs010-libuv.x86_64 1:0.10.30-1.el6 | provider: libuv.x86_64 1:0.10.34-1.el6 | provider: libuv.x86_64 1:0.10.34-1.el6 As you can see, there are two packages satisfying the dependency. First strang...
2009 Jul 29
1
python 2.4.3-24.el5_3.6
there is a python update ...snippel $ yum update ... Updating: python i386 2.4.3-24.el5_3.6 updates 5.9 M Installing for dependencies: kernel-PAE i686 2.6.18-128.1.6.el5 updates 15 M snappel... why does it require kernel-PAE ? manual download and install via $ rpm -Fvh
2010 Jun 30
2
xulrunner-devel dependencies
What's the deal with all of the new dependencies for xulrunner-devel in the last update? I'm updating my servers and the update for xulrunner-devel is forcing me to install 43 new packages! Is this a packaging problem, or are all of those packages really needed? For the moment, I've been removing xulrunner-devel from my machines to avoid the problem. I figure since it is a
2011 May 17
1
yum in test mode and downgrade of a package
Is it possible to run yum in test mode? Something similar to rpm --test ... Also, is it possible to downgrade a package? Say we install a package and we find this new version creates problem for an application running on the server and we need to go back to a previous version. Thanks, -- Bernard -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 11
2
seeking enlightenment (java and dependencies)
Ok, all you javaphiles, explain to me why, when I was looking to try to remove java-1.5.0-gcj and the -devel, it wanted to remove, as dependencies, things like tomcat6, ant, and gcc-java. Note that java-1.6.0-oipenjdk and -devel are installed.... mark
2006 Aug 06
3
Yum w/o direct connect
I am hoping someone else is already doing what I need to do, and can give me some pointers. Situation: 1. I am running Centos 4.3 x86_64 on a machine at home, without broadband access. I have dialup access, but that doesn't work very well for something like "yum update", so I am still running 4.3 as issued on the CDs. 2. I have high speed access at work, and I have a USB drive to
2018 Dec 15
4
determining what depends on a rpm
yum remove lightdm That command tells me that it's also going to remove lightdm-gobject and lightdm-gtk. rpm -q --whatrequires lightdm no package requires lightdm So obviously we can't take the word of the --whatrequires option from the rpm command since yum remove tells me that there are two. That being the case, using yum remove to determine the actual dependency chain is not all
2006 Oct 09
3
Yum, duplicate packages, 4.3->4.4 upgrade.
Hi, I am running a CentOS 4.3 machine. I wish to move on to 4.4. My problem is that I have some 60 duplicate packages listed below. The kernel and gpg-pubkey packages are different versions of the same (none for the gpg) architecture. All the rest are a x86_64 and i[356]86 pairs. 1. Is this a problem? 2. If yes, what should I do? a) remove the duplicates (the i[356]86) and then 4.3 ->
2007 May 03
0
smbldap-tools Error in perl module decode.pm
...atabase from a backup ldif file. Fedora core 4, [root@steel ~]# rpm -qa | egrep ldap openldap-devel-2.2.29-1.FC4 smbldap-tools-0.9.2-3.fc4 nss_ldap-234-4 openldap-servers-2.2.29-1.FC4 php-ldap-5.0.4-10.5 python-ldap-2.0.6-4 openldap-2.2.29-1.FC4 openldap-clients-2.2.29-1.FC4 [root@steel ~]# yum deplist smbldap-tools package: smbldap-tools.noarch 0.9.2-3.fc4 dependency: perl(Getopt::Std) provider: perl.i386 3:5.8.6-15 provider: perl.i386 3:5.8.6-24 dependency: perl(lib) provider: perl.i386 3:5.8.6-15 provider: perl.i386 3:5.8.6-24 dependency: perl(FindBin) provider: perl.i386...