Guest User

Untitled

a guest
Jan 29th, 2020
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. You might want to run 'apt --fix-broken install' to correct these.
  2. The following packages have unmet dependencies:
  3. eudev : Depends: libeudev1 (= 3.2.2-13) but 3.2.9-4 is installed
  4. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  5. ~$ sudo apt --fix-broken install
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. Correcting dependencies... Done
  10. The following additional packages will be installed:
  11. eudev
  12. The following packages will be upgraded:
  13. eudev
  14. 1 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.
  15. 2 not fully installed or removed.
  16. Need to get 0 B/1,068 kB of archives.
  17. After this operation, 935 kB of additional disk space will be used.
  18. Do you want to continue? [Y/n] yy
  19. (Reading database ... 36997 files and directories currently installed.)
  20. Preparing to unpack .../eudev_3.2.9-4_amd64.deb ...
  21. Since release 198, udev requires support for the following features in
  22. the running kernel:
  23.  
  24. - inotify(2) (CONFIG_INOTIFY_USER)
  25. - signalfd(2) (CONFIG_SIGNALFD)
  26. - accept4(2)
  27. - open_by_handle_at(2) (CONFIG_FHANDLE)
  28. - timerfd_create(2) (CONFIG_TIMERFD)
  29. - epoll_create(2) (CONFIG_EPOLL)
  30. dpkg: error processing archive /var/cache/apt/archives/eudev_3.2.9-4_amd64.deb (--unpack):
  31. new eudev package pre-installation script subprocess returned error exit status 1
  32. Errors were encountered while processing:
  33. /var/cache/apt/archives/eudev_3.2.9-4_amd64.deb
  34. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment