[arch-general] net-snmp conflict files on upgrade
When I tried today to upgrade the system with: pacman -Suyy I got conflicts on net-snmp package. I installed everything except that and tried again with no results, is it safe to --force it? Anyone had that also? pacman log: http://pastie.org/5106091 -- Caution: breathing may be hazardous to your health. #include <stdio.h> int main(){printf("%s","\x4c\x65\x6f\x6e\x69\x64\x61\x73");}
2012/10/23 Leonidas Spyropoulos <artafinde@gmail.com>:
When I tried today to upgrade the system with: pacman -Suyy I got conflicts on net-snmp package.
I installed everything except that and tried again with no results, is it safe to --force it? Anyone had that also? pacman log: http://pastie.org/5106091
-- Caution: breathing may be hazardous to your health.
#include <stdio.h> int main(){printf("%s","\x4c\x65\x6f\x6e\x69\x64\x61\x73");}
'pacman -Qo <filename>' will show you which package provides the existent files, if any. Than you can remove it to install net-snmp, in case you want/need it.
On Wed, Oct 24, 2012 at 12:23 AM, rafael ff1 <rafael.f.f1@gmail.com> wrote:
2012/10/23 Leonidas Spyropoulos <artafinde@gmail.com>:
When I tried today to upgrade the system with: pacman -Suyy I got conflicts on net-snmp package.
I installed everything except that and tried again with no results, is it safe to --force it? Anyone had that also? pacman log: http://pastie.org/5106091
-- Caution: breathing may be hazardous to your health.
#include <stdio.h> int main(){printf("%s","\x4c\x65\x6f\x6e\x69\x64\x61\x73");}
'pacman -Qo <filename>' will show you which package provides the existent files, if any. Than you can remove it to install net-snmp, in case you want/need it.
Thank you both I had to do it manually, check all files. (script to the rescue!) all fixed now. -- Caution: breathing may be hazardous to your health. #include <stdio.h> int main(){printf("%s","\x4c\x65\x6f\x6e\x69\x64\x61\x73");}
On Wed, Oct 24, 2012 at 1:17 AM, Leonidas Spyropoulos <artafinde@gmail.com> wrote:
When I tried today to upgrade the system with: pacman -Suyy I got conflicts on net-snmp package.
I installed everything except that and tried again with no results, is it safe to --force it? Anyone had that also? pacman log: http://pastie.org/5106091
Did you abort a pacman transaction? Check with 'pacman -Qo' on each of the files if they are owned by any package. If not you can delete them before upgrading. -t PS I'm not seeing the error here.
participants (3)
-
Leonidas Spyropoulos
-
rafael ff1
-
Tom Gundersen