RPM packages


 
Thread Tools Search this Thread
Top Forums Programming RPM packages
# 1  
Old 09-25-2013
RPM packages

Hi all,

I have also posted in the UNIX for Dummies forum. Wasn't sure which would be best.

Trying to get the following packages for an ARM 71 device running an image of Fedora 18. I need these system livraries for compilation.

gtk2-devel-2.22.0-2.fc14.i686.rpm
proj-devel-4.7.0-3.fc14.i686.rpm
proj-4.7.0-3.fc14.i686.rpm

Anyone know where I could find them?

Thanks in advance!

Last edited by Scott; 09-25-2013 at 01:20 PM.. Reason: There is no need to cross post. Closed
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Fedora

Looking for RPM packages

Hi all, Trying to get the following packages for an ARM 71 device running an image of Fedora 18. I need these system livraries for compilation. gtk2-devel-2.22.0-2.fc14.i686.rpm proj-devel-4.7.0-3.fc14.i686.rpm proj-4.7.0-3.fc14.i686.rpm Anyone know where I could find them? Thanks in... (3 Replies)
Discussion started by: fedora18
3 Replies

2. Red Hat

Unable to add packages through rpm

I was trying to install some packages. We already installed all the dependent packages. But i was unable to install any of the packages..... What might be the reason ?? Please tell me !!! (1 Reply)
Discussion started by: vamshigvk475
1 Replies

3. AIX

Rpm issue with autoconf-2.63-1.AIX6.1.noarch.rpm

dears i am trying to install the autoconf-2.63-1.aix6.1.noarch.rpm but its shows the below error message . P700_dev/svn/dependencies>rpm -i autoconf-2.63-1.aix6.1.noarch.rpm error: failed dependencies: m4 is needed by autoconf-2.63-1 P700_dev/svn/dependencies> (6 Replies)
Discussion started by: thecobra151
6 Replies

4. Red Hat

Installing rpm packages

Hi guys, I am trying to install some packages for my oracle 11g r2 installation, the below error shows up when I try below: warning: glibc-devel-2.5-24.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: glibc-headers is needed by... (8 Replies)
Discussion started by: messi777
8 Replies

5. Shell Programming and Scripting

awk to check for rpm packages

I have a list of rpm packages... and want to check if the version is equal to or greater than the package in the package list. This is what I have so far... but I would like to add more intelligence to it. while read line do COUNT=`rpm -qa --qf "%{n}-%{v}-%{r} (%{arch})\n" | grep -c "$line"` ... (0 Replies)
Discussion started by: linux4life
0 Replies

6. Shell Programming and Scripting

How to make RPM not write to RPM database if RPM fails to deploy?

How to make RPM not write to RPM database if RPM fails to deploy? IE I create an rpm spec file that contains the following if then exit 1 fi My rpm will fail at deployment, but if I do rpm -qa , I can see the rpm in the rpm db (3 Replies)
Discussion started by: 3junior
3 Replies

7. Red Hat

Signing RPM packages using GPG

I am having difficulty getting rpm to trust the gpg key I have used to sign rpm packages I am creating. I used gpg --gen-key to create the key. I chose RSA, 1024. $ gpg --list-key /home/rpmbuild/.gnupg/pubring.gpg --------------------------------- pub 1024R/42A05359 2009-07-15 uid ... (2 Replies)
Discussion started by: Padow
2 Replies

8. Linux

where to edit yum or rpm packages to update

I am setting up a new server with the goal of porting a solaris server to centos. I want to compile some packages myself (ie) http, ssl, mysql, etc. The reason for this is the downloadable rpm packages are very old. I probably want to make sure the kernel is up to date, but the individual pages... (2 Replies)
Discussion started by: csross
2 Replies

9. SuSE

How to install .src.rpm ? ( source rpm )

Hi, I have got few RPM's from rpmfind.net ( mainly gcc ). But it seems to be src files instead of the image. so I think we have to build the src files according to target machine using rpmbuild. Can any one help me with 1) Various options of rpm build that have to be taken care 2)... (3 Replies)
Discussion started by: Sivaswami
3 Replies

10. Linux

Converting source rpm to binary rpm

Hi, I need to install an rpm file,but I only have '.src.rpm' version of it. I want to convert it to a binary rpm. so I tried this rpm --rebuild somethin.src.rpm But I am gettin '--rebuild:Invalid option' as output Is there another way to rebuild source rpm.? Thanks in... (2 Replies)
Discussion started by: eamani_sun
2 Replies
Login or Register to Ask a Question
DPKG-CHECKDEPS.RB(1)					      General Commands Manual					      DPKG-CHECKDEPS.RB(1)

NAME
dpkg-checkdeps.rb - Utility to check deb dependency SYNOPSIS
dpkg-checkdeps.rb [opts] debfile ... dpkg-checkdeps.rb [opts] --from packages pkgname... dpkg-checkdeps.rb [opts] --from --all dpkg-checkdeps.rb [opts] --check pkgname... opts: --to packages --arch arch --verbose -q DESCRIPTION
dpkg-checkdeps.rb checks deb dependency problems when specified deb packages are installed in the target packages list. OPTIONS
-t packages-file --to packages-file Specify target packages-file. If this option is used multiple times, packages lists are appended. If no -t option specified, default is current installed packages list, that is, /var/lib/dpkg/status. -f packages-file --from packages-file Specify source packages-file. If this option is used multiple times, packages lists are appended. If you use this option, you can select packages by package-name, or all of them by --all option. -A --all Select all packages in source packages-file. You must use this option with --from option. -a arch --arch arch Specify acceptable arch in packages-file. Default is installation_architecture of dpkg. -c --check Check selected packages are satisfied by all packages in target packages. -v --verbose Verbose mode -h --help Display some help. EXAMPLES
% dpkg-checkdeps.rb --arch alpha --to '*/binary-$ARCH/Packages' --from ../proposed-updates/Packages' --all % dpkg-checkdeps.rb --to '*/binary-$ARCH/Packages' --check libc6 BUGS
There are probably tons of bugs in this program. This checks only depends, recommends and suggests, doesn't check pre-depends and conflicts, yet. This program comes with no warranties. If running this program causes fire and brimstone to rain down upon the earth, you will be on our own. AUTHOR
Fumitoshi UKAI <ukai@debian.or.jp>. DEBIAN
Debian Utilities DPKG-CHECKDEPS.RB(1)