Open mbr0wn opened 8 years ago
Issue by mbr0wn Wednesday Aug 05, 2015 at 01:10 GMT Originally opened as https://github.com/gnuradio/pybombs2/issues/18
$ pybombs remove <package>
Removes a package. By default, only remove source packages from the current prefix. Also removes packages that depend on this package.
Flags:
--all
-f
--force
-d
--no-depend
Comment by mbr0wn Tuesday Oct 06, 2015 at 21:02 GMT
Alternative to --all: Generate commands to remove stuff for the user (e.g. apt-get remove ).
Comment by mbr0wn Tuesday Oct 27, 2015 at 05:49 GMT
Package remove is done with d437c1891c6632919642c03118e162a09321f126, but it lacks resolving deps.
Comment by mbr0wn Tuesday Oct 27, 2015 at 07:01 GMT
Resolves deps now. Removing from milestone for the niceties.
Issue by mbr0wn Wednesday Aug 05, 2015 at 01:10 GMT Originally opened as https://github.com/gnuradio/pybombs2/issues/18
Removes a package. By default, only remove source packages from the current prefix. Also removes packages that depend on this package.
Flags:
--all
: Try every possible package manager (apt-get, pip, yum...) to remove the package. Will also remove stuff from the system, so warn about that.-f
,--force
: Skip [Y/n] dialogs-d
,--no-depend
: Skip dependencies. Warn user about potential harm.