dpkg: udev_237-3ubuntu10.23_amd64.deb 아카이브 처리 중 오류가 발생했습니다(--install).

dpkg: udev_237-3ubuntu10.23_amd64.deb 아카이브 처리 중 오류가 발생했습니다(--install).

우분투 18.04.2 LTS. 정기적인 적절한 업데이트/업그레이드 후에 다음 오류가 발생합니다.

apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 udev : Depends: libudev1 (= 237-3ubuntu10.22) but 237-3ubuntu10.23 is installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

나는 시도했다 apt --fix-broken install:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.15.0-50 linux-headers-4.15.0-50-generic linux-image-4.15.0-50-generic linux-modules-4.15.0-50-generic linux-modules-extra-4.15.0-50-generic
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  udev
The following packages will be upgraded:
  udev
1 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
6 not fully installed or removed.
Need to get 0 B/1,102 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 169148 files and directories currently installed.)
Preparing to unpack .../udev_237-3ubuntu10.23_amd64.deb ...
Unpacking udev (237-3ubuntu10.23) over (237-3ubuntu10.22) ...
dpkg: error processing archive /var/cache/apt/archives/udev_237-3ubuntu10.23_amd64.deb (--unpack):
 unable to stat './etc/udev/hwdb.d' (which I was about to install): Bad message
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/udev_237-3ubuntu10.23_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

게다가 dpkg -i --force-overwrite udev_237-3ubuntu10.23_amd64.deb:

(Reading database ... 169148 files and directories currently installed.)
Preparing to unpack udev_237-3ubuntu10.23_amd64.deb ...
Unpacking udev (237-3ubuntu10.23) over (237-3ubuntu10.22) ...
dpkg: error processing archive udev_237-3ubuntu10.23_amd64.deb (--install):
 unable to stat './etc/udev/hwdb.d' (which I was about to install): Bad message
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Processing triggers for ureadahead (0.100.0-21) ...
Errors were encountered while processing:
 udev_237-3ubuntu10.23_amd64.deb

도와주세요, 어떻게 해결해야 할까요...

관련 정보