Linux Debian Bullseye - libreoffice를 제거한 후 패키지를 설치할 수 없습니다

Linux Debian Bullseye - libreoffice를 제거한 후 패키지를 설치할 수 없습니다

libreoffice와 해당 패키지를 제거하고 다른 Office 소프트웨어로 교체했습니다. 이 단계를 수행한 후에는 제대로 작동하지 않습니다 apt. 그렇게 하면 sudo apt-get install xxxx다음 오류 메시지가 표시됩니다(항상 54MB가 해제되지만 저장소를 삭제하는 대신 사용해야 함).

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
discord is already the newest version (0.0.17).
The following packages will be REMOVED:
libreoffice-common
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 54.0 MB disk space will be freed.

또한 패키지가 손상되었기 때문에 libreoffice를 설치할 수 없습니다.

sudo apt-get install libreoffice
The following packages have unmet dependencies:
libreoffice : Depends: libreoffice-writer but it is not installable
           Depends: libreoffice-avmedia-backend-gstreamer but it is not installable or
                    libreoffice-avmedia-backend-vlc but it is not installable
           Recommends: libreoffice-librelogo but it is not installable
           Recommends: libreoffice-nlpsolver but it is not installable
           Recommends: libreoffice-report-builder but it is not installable
           Recommends: libreoffice-script-provider-bsh but it is not installable
           Recommends: libreoffice-script-provider-js but it is not installable
           Recommends: libreoffice-script-provider-python but it is not installable
           Recommends: libreoffice-sdbc-postgresql but it is not installable
           Recommends: libreoffice-wiki-publisher but it is not installable
           Recommends: libreoffice-java-common (>= 1:6.1.5~) but it is not installable
 libreoffice-base : Depends: uno-libs3 (>= 5.1.0~alpha) but it is not installable
                Recommends: libreoffice-writer but it is not installable
                Recommends: libreoffice-java-common (>= 1:6.1.5~) but it is not installable
 libreoffice-base-core : Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
 libreoffice-base-drivers : Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
                        Recommends: libreoffice-sdbc-hsqldb but it is not installable
                        Recommends: libreoffice-sdbc-firebird but it is not installable
 libreoffice-calc : Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
 libreoffice-core : Depends: libreoffice-common (> 1:6.1.5) but it is not going to be installed
                Depends: uno-libs3 (>= 6.1.5-3+deb10u7) but it is not installable
 libreoffice-draw : Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
 libreoffice-impress : Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
                   Recommends: libreoffice-avmedia-backend-gstreamer but it is not installable or
                               libreoffice-avmedia-backend-vlc but it is not installable
 libreoffice-math : Depends: uno-libs3 (>= 5.1.0~alpha) but it is not installable
 libreoffice-report-builder-bin : Depends: uno-libs3 (>= 5.1.0~alpha) but it is not installable
  python3-uno : Depends: python3 (< 3.8) but 3.9.2-3 is to be installed
           Depends: python3.7 but it is not going to be installed
           Depends: uno-libs3 (>= 5.3.0~alpha) but it is not installable
 E: Unable to correct problems, you have held broken packages.

미리 감사드립니다.

관련 정보