NeedToSchool1

parrot code

Jul 22nd, 2025
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. Check if the symlink you made exist:
  2.  
  3. ln -l /usr/lib/x86_64-linux-gnu/libjpeg.so.8
  4.  
  5. Remove symlink:
  6.  
  7. sudo rm -i /usr/lib/x86_64-linux-gnu/libjpeg.so.8
  8.  
  9. Download and install:
  10.  
  11. wget https://archive.debian.org/debian/pool/main/libj/libjpeg8/libjpeg8_8b-1_amd64.deb
  12.  
  13. sudo apt install ./libjpeg8_8b-1_amd64.deb
Advertisement
Add Comment
Please, Sign In to add comment