flatpak update 오류(exit status 256), 해결??

Discover 를 통해 flatpak 업데이트 작업이 이뤄지다가, 그냥 원 상태로 돌아가 버린다. 오류가 살짝 나왔다가 사라져버려서, CLI 로 작업을 해봤다.

$ flatpak update
Looking for updates…


        ID                                                       Branch             Op            Remote             Download
 1. [✗] org.freedesktop.Platform.GL.nvidia-510-68-02             1.4                i             flathub            329.2 MB / 330.1 MB

Warning: Error deploying: While trying to apply extra data: apply_extra script failed, exit status 256
Installation complete.

사실, 디스커버에는 nvidia 가 아니라 다른 꾸러미들을 판올림해야 한다고 나와있었는데..
flatpak update 에는 nvidia 문제로 나와있었다.
어디에 어떤 문제가 생겼는진 모르지만, 아무튼 업데이트는 ‘faild’.


그리하여.. 뭐가 설치돼 있는지 확인해봤다.

$ flatpak list  
Name                                 Application ID                                 Version  Branch       Origin                Installation
Xournal++                            com.github.xournalpp.xournalpp                 1.1.1    stable       flathub               system
Freedesktop Platform                 org.freedesktop.Platform                       21.08.13 21.08        flathub               system
Freedesktop Platform                 org.freedesktop.Platform                       21.08.13 21.08        flathub               user
i386                                 org.freedesktop.Platform.Compat.i386                    21.08        flathub               user
Mesa                                 org.freedesktop.Platform.GL.default            21.3.8   21.08        flathub               system
Mesa                                 org.freedesktop.Platform.GL.default            21.3.8   21.08        flathub               user
nvidia-510-60-02                     org.freedesktop.Platform.GL.nvidia-510-60-02            1.4          flathub               system
nvidia-510-68-02                     org.freedesktop.Platform.GL.nvidia-510-68-02            1.4          flathub               user
default                              org.freedesktop.Platform.GL32.default                   21.08        flathub               user
nvidia-510-60-02                     org.freedesktop.Platform.GL32.nvidia-510-60-02          1.4          flathub               user
Intel                                org.freedesktop.Platform.VAAPI.Intel                    21.08        flathub               user
i386                                 org.freedesktop.Platform.VAAPI.Intel.i386               21.08        flathub               user
ffmpeg-full                          org.freedesktop.Platform.ffmpeg-full                    21.08        flathub               system
ffmpeg-full                          org.freedesktop.Platform.ffmpeg-full                    21.08        flathub               user
i386                                 org.freedesktop.Platform.ffmpeg_full.i386               21.08        flathub               user
openh264                             org.freedesktop.Platform.openh264              2.1.0    2.0          flathub               system
openh264                             org.freedesktop.Platform.openh264              2.1.0    2.0          flathub               user
Freedesktop SDK                      org.freedesktop.Sdk                            21.08.13 21.08        flathub               system
GNOME Application Platform version … org.gnome.Platform                                      42           flathub               system
KDE Application Platform             org.kde.Platform                                        5.15-21.08   flathub               system
Haruna 동영상 재생기                 org.kde.haruna                                 0.8.0    stable       flathub               system
LibreOffice                          org.libreoffice.LibreOffice                    7.3.2.2  stable       flathub               system
QOwnNotes                            org.qownnotes.QOwnNotes                        22.5.0   stable       flathub               system
Telegram Desktop                     org.telegram.desktop                           3.7.3    stable       flathub               system
Telegram Desktop Webview Add-on      org.telegram.desktop.webview                   2.36.1   stable       flathub               system
flatpak-wine70                       org.winehq.flatpak-wine70                               7.0-20220124 flatpak-wine70-origin user

일단, wine 은 지웠다고 생각했는데 남아있었네? 하여 지웠다.
그리고, nvidia 드라이버가 510-60-02, 510-68-02, 이렇게 2개가 설치돼 있다. 이게 문제일 듯 하여, 이것도 지웠다.

$ flatpak uninstall flatpak-wine70
....
$ flatpak uninstall nvidia-510-60-02
...

그리고 나서 다시 flatpak update 를 했더니 오류 없이 성공. 디스커버에도 더 이상 판올림할 꾸러미들이 보이지 않는다.

또 다시, 코끼리 뒷걸음질 치다 쥐잡기 성공.

Author: 아무도안

안녕하세요. 글 남겨주셔서 고맙습니다.