On 22/09/12 15:03, Michael Hill wrote: > All I need to downgrade a package in Mageia is rpm and a previous version > of the package? > > Thanks, > > Mike > Hi Mike You can use rpm -e --nodeps <package> to remove a single one without removing things which depend on it. You can then install the older version in the usual way. Claire