AIX rpm: a question about deps


 
Thread Tools Search this Thread
Operating Systems AIX AIX rpm: a question about deps
# 1  
Old 10-18-2014
AIX rpm: a question about deps

On Solaris 10 i use pkgutil,very nice,update like "apt-get"
On HPUX i use depothelper for resolv depends
On AIX there is something similar for use rpm?
I try this but is not the same thing.

AIX Open Source Packages | FAQs / FAQs (Frequently Asked Questions)
# 2  
Old 10-19-2014
As Michael Perzl says on his site (the link you quoted) yum needs rpm version 4.4 and above. AIX uses rpm version 3, so there is no real remedy for this. MP offers a - not ideal, but feasible - remedy: cycle through the packages, listing every prerequisite of each, collect the output into file and use sort and uniq to remove duplicates.

AIX has its own packaging system (installp) and rpm was just included as an effort to "look open", back then in ~2000 with AIX 5 and the "Linux compatibility Initiative". This was more a marketing hype by IBM than a genuine effort to make their product better. It stll is.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Issue with installing rpm in AIX 6.1

I am trying to install an rpm : libiconv-1.14-1.aix5.1.ppc.rpm which is a dependency to install GIT. While I gave the command I got the foll message: root:user-> $ rpm -i -v libiconv-1.14-1.aix5.1.ppc.rpm libiconv-1.14-1 ar: Cannot open or remove a file containing a running program.... (2 Replies)
Discussion started by: gaugeta
2 Replies

2. AIX

Cannot get shared lock on database for rpm on AIX 6.1

Hello, I was trying to install python on aix and it was taking too long and I closed the terminal. Now when i issue the command rpm -qa instead of getting all the rpms installed I'm getting the following error. root:stud -> $ rpm -qa cannot get shared lock on database rpmQuery: rpmdbOpen()... (2 Replies)
Discussion started by: gaugeta
2 Replies

3. UNIX for Dummies Questions & Answers

Question on Redhat ver.6 RPM's

Hi, Using Redhat version 6.0, I need nmap so I have downloaded. But it requires many other dependencies, when I try to install it. See below err.msg. Is there any other way to get this installed, or I need to download each of the dependencies. rpm -Uhv nmap-5.51-2-mdv2011.0.x86_64.rpm... (3 Replies)
Discussion started by: samnyc
3 Replies

4. Fedora

Basic question regarding rpm naming convention.

Hi Guys, Where would i find the list of distribution codes. For example. samba-32bit-3.4.2 -1.1.3.1.x8664.rpm In above rpm file it is indicated that its release is 1.1.3.1 . The rpm is meant to be run for opensuse. Where would i get the linking of release number and distribution. ... (2 Replies)
Discussion started by: pinga123
2 Replies

5. 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

6. AIX

perl.prov in RPM 3.0.5 for AIX is broken

Posting to hopefully help the next person googling this issue. The perl.prov script in RPM 3.0.5 from the AIX Toolbox for Linux is horribly broken. It fails under the following circumstances: If a Perl module has improperly-terminated POD, it will skip over valid definitions. This can start... (0 Replies)
Discussion started by: alakaboo
0 Replies

7. UNIX for Advanced & Expert Users

rpm and pkginfo question

Can the root hide some of the results of the above commands from a regular user? i.e. $>rpm and $>sudo rpm will give different results (1 Reply)
Discussion started by: noam128
1 Replies

8. Linux

RPM Package question

Hi, I have built one RPM last year. now we have another version of that RPM. in previous release we had few extra files then now. so when user upgrade it those files get deleted by RPM package. We want to retain those files. now for workaround i thought of backing up those file during... (0 Replies)
Discussion started by: ajayyadavmca
0 Replies

9. AIX

[AIX 5.2] Problem with rpm

I downloaded gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm from IBM AIX Toolbox Download Page - Alphabetical Listing but: -bash-3.00# rpm -ivh gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm error: gcc-cplusplus-4.0.0-1.aix5.2.ppc.rpm cannot be installed I can't understand wht kind of error is it... Can be... (1 Reply)
Discussion started by: untamed
1 Replies

10. UNIX for Dummies Questions & Answers

mandrake rpm question

Env: Mdk 8.1 I downloaded the kernel-source-2.4.8-26mdk.i586.rpm from mandrake. When i try to 'pm -Uv' it, i get an error that i need to install ncurses-devel. The ncurses that is installed with mdk 8.1 is ncurses-5.2-16mdk.i586.rpm and the development version that is avail is... (2 Replies)
Discussion started by: progressdll
2 Replies
Login or Register to Ask a Question