You are not logged in.
I want to force a downgrade of perl in an Arch LXC (don't care if I break it), but others packages contain a versioned dependency to the newer perl. Is there an option to force the downgrade ignoring the versioned dependencies?
# pacman --force -U /var/cache/pacman/pkg/perl-5.20.2-1-x86_64.pkg.tar.xz :(
loading packages...
warning: downgrading package perl (5.22.0-1 => 5.20.2-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: net-snmp: requires perl>=5.22
:: perl-clone: requires perl>=5.22
:: perl-dbi: requires perl>=5.22
:: perl-html-parser: requires perl>=5.22
:: perl-xml-libxml: requires perl>=5.22Last edited by graysky (2015-06-28 19:50:27)
Offline
Isn't there a flag to ignore dependencies?
====
Try the following flag:
--nodepsI found it on the man page.
Last edited by clfarron4 (2015-06-28 19:41:13)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
Thanks... I was thinking along the lines of forcing but that was not required.
Offline
Thanks... I was thinking along the lines of forcing but that was not required.
Don't worry, I've done this myself before and I wondered why force didn't work as well.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline