On Tuesday 18 June 2002 14:39, Michael Lauer wrote:
> > > 2) if yes, how can I swap qpe against Opie? Is is sufficient just to
> > > remove all installed packages (something like ipkg remove <all
> > > installed packages here>) and then install Opie packages from scratch?
> >
> > Yes. This is recommended.
>
> Hmm... ipkg remove opie-* would be nice... which reminds me again, that
> ipkg really should support wildcards...
pack=`ipkg status | grep Package | grep -i opie | sed "s/Package://"`
for p in $pack; do
ipkg remove $p
done
should do the job ;)
patrick
Received on Tue Jun 18 2002 - 12:49:56 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:30:55 EDT