Advertisement
BaSs_HaXoR

FIX: /bin/sh: 1: /usr/bin/apt-listchanges: not found

Jan 9th, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [ERROR]:
  2. /bin/sh: 1: /usr/bin/apt-listchanges: not found
  3. E: Sub-process /usr/bin/apt-listchanges --apt || test $? -lt 10 returned an error code (1)
  4. E: Failure running script /usr/bin/apt-listchanges --apt || test $? -lt 10
  5.  
  6. [FIX]:
  7. sudo mv /etc/apt/apt.conf.d/20listchanges /etc/apt/apt.conf.d/20listchanges.bak
  8. sudo apt update && sudo apt upgrade
  9.  
  10. [SOURCE / CREDITS]:
  11. https://askubuntu.com/questions/1166037/sub-process-apt-listchanges-error
  12. #erroronparrotOS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement