>
> Gênant, aussi: je n'arrive pas à supprimer des packages superflus. Ya t'il
> une commande "rm" pour les rpms?
>
> S'il y a un spécialiste à l'écoute?
> A+!
demande a M. Man :
#man rpm
...
Maintaining installed packages:
rpm [--install] [installoptions] [package_file]+
rpm [--freshen|-F] [installoptions] [package_file]+
rpm [--uninstall|-e] [uninstalloptions] [package]+
rpm [--verify|-V] [verifyoptions] [package]+
...
UNINSTALL OPTIONS
The general form of an rpm uninstall command is
rpm -e <package_name>+
--allmatches
Remove all versions of the package which match
<package_name>. Normally an error is issued if
<package_name> matches multiple packages.
--noscripts
Don't execute the preuninstall or postuninstall
scripts.
--notriggers
Don't execute scripts which are triggered by the
removal of this package.
--nodeps
Don't check dependencies before uninstalling the
packages.
--test Don't really uninstall anything, just go through
the motions. Useful in conjunction with the -vv
option.
...
Donc en simplifie :
---------------------------
rpm -e <nom des packages a supprimer separes par des espaces>
Linux-Azur : http://www.linux-azur.org
Désinscriptions: http://www.linux-azur.org/liste.php3
**** Pas de message au format HTML, SVP ****