Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. einloggen per ssh
  2. cd /tmp
  3. dpkg --purge python-pil
  4. wget http://ftp.de.debian.org/debian/pool/main/p/pillow/python-pil_2.6.1-2+deb8u3_i386.deb
  5.  
  6. wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebp5_0.4.1-1.2+b2_i386.deb
  7. dpkg --install ./libwebp5_0.4.1-1.2+b2_i386.deb
  8. wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpdemux1_0.4.1-1.2+b2_i386.deb
  9. dpkg --install libwebpdemux1_0.4.1-1.2+b2_i386.deb
  10. wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpmux1_0.4.1-1.2+b2_i386.deb
  11. dpkg --install libwebpmux1_0.4.1-1.2+b2_i386.deb
  12. dpkg --install ./python-pil_2.6.1-2+deb8u3_i386.deb
  13.  
  14. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement