> -----Original Message----- > From: Daniel Migowski [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 24, 2002 9:31 PM > > Package: apt > Version: 0.5.4 > Severity: wishlist > > I would like to add and remove a package in one line, like: > > apt-get install libapache-mod-webapp remove libapache-mod-jk > > I hope this doesnt conflict with package names... >
Try: apt-get install libapache-mod-webapp libapache-mod-jk- (note the "-" after the package you want removed) ... Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

