python3-samba를 설치하려고 할 때 "dpkg: 오류 처리 아카이브" 발생

python3-samba를 설치하려고 할 때 "dpkg: 오류 처리 아카이브" 발생

저는 아직 Linux와 컴퓨터 전반을 이해하는 초기 단계에 있습니다. 저는 Raspberry Pi 3를 가지고 있고 python3-samba를 설치하려고 하는데 몇 가지 오류가 발생하여 해결 방법을 잘 모르겠습니다. 또한 Google 및 스택 Exchange에서 검색했지만 아무 것도 작동하지 않는 것 같습니다. 터미널의 출력은 다음과 같습니다.

pi@raspberrypi:/ $ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  attr libfuse2 liburing1 tdb-tools
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  python3-samba
The following NEW packages will be installed:
  python3-samba
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
12 not fully installed or removed.
Need to get 2,319 kB of archives.
After this operation, 18.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf python3-samba armhf 2:4.13.13+dfsg-1~deb11u5 [2,319 kB]
Fetched 2,319 kB in 1s (1,984 kB/s) 
Traceback (most recent call last):
  File "/usr/bin/apt-listchanges", line 29, in <module>
    import apt_pkg
ImportError: /usr/lib/python3/dist-packages/apt_pkg.cpython-39-arm-linux-gnueabihf.so: invalid ELF header
(Reading database ... 107133 files and directories currently installed.)
Preparing to unpack .../python3-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb ...
Unpacking python3-samba (2:4.13.13+dfsg-1~deb11u5) ...
dpkg: error processing archive /var/cache/apt/archives/python3-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb (--unpack):
 unable to stat './usr/share/lintian/overrides/python3-samba' (which was about to be installed): Bad message
Errors were encountered while processing:
 /var/cache/apt/archives/python3-samba_2%3a4.13.13+dfsg-1~deb11u5_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

시간이 있다면 누구든지 나에게 올바른 방향을 알려줄 수 있는지 궁금했습니다. 감사해요.

라즈베리파이로 NAS 만들기 튜토리얼에서 일부 프로그램을 설치하려고 했는데, 한 프로그램이 오류로 인해 설치에 실패했습니다. 설치가 될 줄 알았는데 설치가 안 되더군요.

관련 정보