dpkg methodologies (was Re: Gentoo rocks -> Debian vs. Gento…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: John (EBo) David
Date:  
Subject: dpkg methodologies (was Re: Gentoo rocks -> Debian vs. Gentoo)
wrote:
>
> On Tue, Apr 23, 2002 at 08:07:25PM -0700, John (EBo) David wrote:
> > wrote:
> > >
> > > On Tue, Apr 23, 2002 at 01:16:10PM -0500, Derek Neighbors wrote:
> > > > dpkg --install the_deb_package_you_want.deb
> > > >
> > > > -Derek
> > >
> > > Or if you're really crazy:
> > >
> > >    [foo@bar]# for i in *.deb; do
> > >    > echo Installing $i...
> > >    > dpkg --install $i
> > >    > echo $i installed.
> > >    > done

> > >
> > > Hehe -- nothin' like a lil' bash script in the morning. =o)
> >
> > reminds me of a line from the movie Apocalypse Now! ;-)
>
> lol -- wasn't my intention, but hey, let's go with it. =op


YoW!

EBo --