LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to show details of error in Alpine apk (https://www.linuxquestions.org/questions/linux-software-2/how-to-show-details-of-error-in-alpine-apk-4175653329/)

husarz 05-04-2019 01:55 PM

How to show details of error in Alpine apk
 
Hello,

I use Alpine Linux 3.9.3 x86_64

when I issue:

Code:

# apk upgrade
the output is:

Code:

3 errors; 1973 MiB in 519 packages
How can I get details about those 3 errors? I tried
Code:

--verbose
flag but result is same.

RickDeckard 05-04-2019 02:19 PM

I'm going to need a lot more information. Have you looked in your log files to diagnose the error?

husarz 05-04-2019 02:46 PM

Which logfiles?

RickDeckard 05-04-2019 02:56 PM

/var/log/messages would be a good place to start.

husarz 05-04-2019 03:47 PM

Can't find anything related to apk there.

thick_guy_9 05-06-2019 10:05 AM

I had the same problem.
Then I did :
apk fix

andromeda:~# apk fix
(1/2) Reinstalling fuse-common (3.2.6-r1)
(2/2) Reinstalling fuse-openrc (3.2.6-r1)
OK: 1294 MiB in 419 packages

Hope this helps you.


All times are GMT -5. The time now is 08:01 PM.