Unix Technical Forum

linux apt for aix?

This is a discussion on linux apt for aix? within the AIX Operating System forums, part of the Unix Operating Systems category; --> I like the way on redhat linux I can issue apt-get update to retrieve a list of all current ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-04-2008, 08:31 PM
Mike
 
Posts: n/a
Default linux apt for aix?

I like the way on redhat linux I can issue apt-get update to
retrieve a list of all current rpm files for my box, then issue
apt-get upgrade to pull new rpms for installation on my box.
Does such a thing exist for aix?

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-04-2008, 08:31 PM
Nicholas Dronen
 
Posts: n/a
Default Re: linux apt for aix?

Mike <mikee@mikee.ath.cx> wrote:
M> I like the way on redhat linux I can issue apt-get update to
M> retrieve a list of all current rpm files for my box, then issue
M> apt-get upgrade to pull new rpms for installation on my box.
M> Does such a thing exist for aix?

APT comes from Debian. Perhaps the RedHat version uses RPM files.
The original APT uses DEBs.

It'd be nice just to be able to use the Debian PPC repository, but
those DEBs are compiled for Linux, not AIX.

I am not aware of a repository of RPMs or DEBs compiled for AIX.
(Perhaps your company would be interested in hosting one for the
public good?)

There is something akin to APT for AIX, but I doubt it's as
sophisticated as APT:

http://groups.google.com/groups?&q=AIX-GET

Regards,

Nicholas

--
"Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html
"Meanings are another story." http://www.ifas.org/wa/glossolalia.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-04-2008, 08:31 PM
Mike
 
Posts: n/a
Default Re: linux apt for aix?

In article <3f8ff9cc$0$196$75868355@news.frii.net>, Nicholas Dronen wrote:
> Mike <mikee@mikee.ath.cx> wrote:
> M> I like the way on redhat linux I can issue apt-get update to
> M> retrieve a list of all current rpm files for my box, then issue
> M> apt-get upgrade to pull new rpms for installation on my box.
> M> Does such a thing exist for aix?
>
> APT comes from Debian. Perhaps the RedHat version uses RPM files.
> The original APT uses DEBs.
>
> It'd be nice just to be able to use the Debian PPC repository, but
> those DEBs are compiled for Linux, not AIX.
>
> I am not aware of a repository of RPMs or DEBs compiled for AIX.
> (Perhaps your company would be interested in hosting one for the
> public good?)
>
> There is something akin to APT for AIX, but I doubt it's as
> sophisticated as APT:
>
> http://groups.google.com/groups?&q=AIX-GET
>


I'm not wanting to use the rpm's for aix, but rather to use
the rpm-fetching-type-utility to pull lpp/bff files from ibm (or somewhere)
to update my servers as needed. Initially I'm just looking for
something that will tell me which servers are down-level on
their packages so I can bring everything up to date.

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-04-2008, 08:31 PM
Erik Kluit
 
Posts: n/a
Default Re: linux apt for aix?

compare_report :
https://techsupport.services.ibm.com...toggle=FIXDATA


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-04-2008, 08:31 PM
Nicholas Dronen
 
Posts: n/a
Default Re: linux apt for aix?

Mike <mikee@mikee.ath.cx> wrote:
M> In article <3f8ff9cc$0$196$75868355@news.frii.net>, Nicholas Dronen wrote:
>> Mike <mikee@mikee.ath.cx> wrote:
>> M> I like the way on redhat linux I can issue apt-get update to
>> M> retrieve a list of all current rpm files for my box, then issue
>> M> apt-get upgrade to pull new rpms for installation on my box.
>> M> Does such a thing exist for aix?
>>
>> APT comes from Debian. Perhaps the RedHat version uses RPM files.
>> The original APT uses DEBs.
>>
>> It'd be nice just to be able to use the Debian PPC repository, but
>> those DEBs are compiled for Linux, not AIX.
>>
>> I am not aware of a repository of RPMs or DEBs compiled for AIX.
>> (Perhaps your company would be interested in hosting one for the
>> public good?)
>>
>> There is something akin to APT for AIX, but I doubt it's as
>> sophisticated as APT:
>>
>> http://groups.google.com/groups?&q=AIX-GET
>>


M> I'm not wanting to use the rpm's for aix, but rather to use
M> the rpm-fetching-type-utility to pull lpp/bff files from ibm (or somewhere)
M> to update my servers as needed. Initially I'm just looking for
M> something that will tell me which servers are down-level on
M> their packages so I can bring everything up to date.

Then that google link's for you.

Regards,

Nicholas

--
"Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html
"Meanings are another story." http://www.ifas.org/wa/glossolalia.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-04-2008, 08:31 PM
Konstantin Starodubtsev
 
Posts: n/a
Default Re: linux apt for aix?

> In article <3f8ff9cc$0$196$75868355@news.frii.net>, Nicholas Dronen wrote:
> > Mike <mikee@mikee.ath.cx> wrote:
> > M> I like the way on redhat linux I can issue apt-get update to
> > M> retrieve a list of all current rpm files for my box, then issue
> > M> apt-get upgrade to pull new rpms for installation on my box.
> > M> Does such a thing exist for aix?
> >
> > APT comes from Debian. Perhaps the RedHat version uses RPM files.
> > The original APT uses DEBs.
> > There is something akin to APT for AIX, but I doubt it's as
> > sophisticated as APT:

That's right, but I think it is not necessary to have all apt-get
features on AIX as it doesn't usually used as general purpose server but
rather as box for several commercial applications so it's configuration
is pretty stable and requires only updates after a short-time
installation state.

> > http://groups.google.com/groups?&q=AIX-GET
> >

>
> I'm not wanting to use the rpm's for aix, but rather to use
> the rpm-fetching-type-utility to pull lpp/bff files from ibm (or somewhere)
> to update my servers as needed. Initially I'm just looking for
> something that will tell me which servers are down-level on
> their packages so I can bring everything up to date.

Then aix-get is exactly the thing you need
http://aix-get.sf.net/

--
MBR,
Konstantin Starodubtsev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-04-2008, 08:59 PM
Harri Haataja
 
Posts: n/a
Default Re: linux apt for aix?

Nicholas Dronen wrote:
> Mike <mikee@mikee.ath.cx> wrote:
> M> I like the way on redhat linux I can issue apt-get update to M>
> retrieve a list of all current rpm files for my box, then issue M>
> apt-get upgrade to pull new rpms for installation on my box. M> Does
> such a thing exist for aix?
>
> APT comes from Debian. Perhaps the RedHat version uses RPM files. The
> original APT uses DEBs.


Apt has been made to work with rpm. There is also Yum.

And of course it has nothing to do with Linux at all.

> I am not aware of a repository of RPMs or DEBs compiled for AIX.
> (Perhaps your company would be interested in hosting one for the public
> good?)


It would be nice to see a good one. A coordinated open collection of
packages that come entirely scripted (like rpm and deb are and/or like for
example NetBSD does) and can be rebuilt (with any desired changes added as
patches) entirely noninteractively. More or less what fedora.us,
freshrpms.net and, at the top, debian are.

ftp://ftp.software.ibm.com/aix/freeS...lbox/RPMS/ppc/

The rpm given there is of stone axe vintage and way too old to support
apt. It does give something of a display on how to use rpm on top of a
non-rpm-packaged base system. Compiling v4 seemed tricky last I looked.

--
It's Mickeysoft for pity's sake. *OF COURSE* it's going take all the
ram in range. I'm surprised the fsking box doesn't grow tentacles and
start stealing DIMMs from the machines next to it.
-- JoeB

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:11 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com