Tagged: Diagramme
-
AuthorPosts
-
TotiParticipant2019-02-14 at 11:16Post count: 30
…ich versuche mal für Satjogi zu posten…:
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. rebootTotiParticipant2019-02-14 at 11:16Post count: 30Vielen Dank an Satjogi, hat funktioniert nachdem ich nochmals das frische VM Image eingespielt habe! ---------------- per SSH einloggen wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebp5_0.4.1-1.2+b2_i386.deb dpkg --install ./libwebp5_0.4.1-1.2+b2_i386.deb wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpdemux1_0.4.1-1.2+b2_i386.deb dpkg --install libwebpdemux1_0.4.1-1.2+b2_i386.deb wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpmux1_0.4.1-1.2+b2_i386.deb dpkg --install libwebpmux1_0.4.1-1.2+b2_i386.deb dpkg --install ./python-pil_2.6.1-2+deb8u3_i386.deb init 6
TotiParticipant2019-02-14 at 11:16Post count: 30Vielen Dank an Satjogi, hat funktioniert nachdem ich nochmals das frische VM Image eingespielt habe!
—————-
per SSH einloggen
wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebp5_0.4.1-1.2+b2_i386.deb
dpkg –install ./libwebp5_0.4.1-1.2+b2_i386.deb
wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpdemux1_0.4.1-1.2+b2_i386.deb
dpkg –install libwebpdemux1_0.4.1-1.2+b2_i386.deb
wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebpmux1_0.4.1-1.2+b2_i386.deb
dpkg –install libwebpmux1_0.4.1-1.2+b2_i386.deb
dpkg –install ./python-pil_2.6.1-2+deb8u3_i386.debinit 6
TotiParticipant2019-02-14 at 11:16Post count: 30Teil 1 der Lösung:
einloggen per ssh
“cd /tmp”
“dpkg –purge python-pil”
“wget http://ftp.de.debian.org/debian/pool/main/p/pillow/python-pil_2.6.1-2+deb8u3_i386.deb”
“wget http://ftp.de.debian.org/debian/pool/main/libw/libwebp/libwebp5_0.4.1-1.2+b2_i386.deb”
“dpkg –install ./libwebp5_0.4.1-1.2+b2_i386.deb”RoellerKeymaster2019-02-14 at 11:24Post count: 51Sorry, there was a problem with the forum that it put Replies and new Topics on PENDING FOR APPROVAL when it had too many links.
(and it probably did count all the Wget links as links;)) That should be fixed now. Happy posting! -
AuthorPosts
- You must be logged in to reply to this topic.