Sample Header Ad - 728x90

How to show details of error in Alpine apk

17 votes
2 answers
16604 views
I use Alpine Linux 3.9.3 x86_64 when I issue: # apk upgrade the output is: 3 errors; 1973 MiB in 519 packages How can I get the details about those 3 errors? I tried the --verbose flag but result is same. These are the workarounds I thought would work: apk -sv fix -s (or --simulate) should simulate the fix without doing it and -v (or --verbose) should show more details but neither is working. The result is: # apk -sv fix (1/3) Reinstalling fuse-common (3.2.6-r1) (2/3) Reinstalling fuse-openrc (3.2.6-r1) (3/3) Reinstalling xorgproto (2018.4-r0) 3 errors; 524 packages, 2845 dirs, 48016 files, 2002 MiB But still no details, just a short summary. I wish to know what's wrong and I can't find any logs or something like that.
Asked by user1337 (423 rep)
May 4, 2019, 05:39 PM
Last activity: Sep 30, 2022, 01:56 AM