Author:
erics, January 9th, 2018
To remove a specific package without its dependencies use rpm:
|
rpm -qa | grep pecl rpm -e --nodeps php55-pecl-jsonc php55-pecl-jsonc-devel |
As always, YMMV!
Categories: How-To's, Technology Tags: Dependencies, Deps, Erase, howto, nodeps, Package, Remove, RPM, tips, Yum
| No comments
Author:
erics, March 20th, 2014
perl -MCPAN -e ‘my $c = “CPAN::HandleConfig”; $c->load(doit => 1, autoconfig => 1); $c->edit(prerequisites_policy => “follow”); $c->edit(connect_to_internet_ok => “yes”); $c->edit(build_requires_install_policy => “yes”); $c->commit’
Categories: How-To's, Technology Tags: Auto, Automatic, CPAN, Dependencies, Dependency, howto, Install, tips
| No comments