Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| docs:imapsync [2015/01/30 01:38] – créée maison.gaetan | docs:imapsync [2017/10/21 02:07] (Version actuelle) – maison.gaetan | ||
|---|---|---|---|
| Ligne 6: | Ligne 6: | ||
| </ | </ | ||
| + | ====== Installation imapsync sur debian9@ovh-vps-ssd-1 ====== | ||
| + | imapsync-02-debian | ||
| + | < | ||
| + | dpkg-reconfigure locales \ | ||
| + | && apt update \ | ||
| + | && apt install -y \ | ||
| + | libjson-webtoken-perl \ | ||
| + | libauthen-ntlm-perl \ | ||
| + | libcgi-pm-perl \ | ||
| + | libcrypt-openssl-rsa-perl \ | ||
| + | libdata-uniqid-perl \ | ||
| + | libfile-copy-recursive-perl \ | ||
| + | libio-socket-ssl-perl \ | ||
| + | libio-socket-inet6-perl \ | ||
| + | libio-tee-perl \ | ||
| + | libhtml-parser-perl \ | ||
| + | libjson-webtoken-perl \ | ||
| + | libmail-imapclient-perl \ | ||
| + | libparse-recdescent-perl \ | ||
| + | libmodule-scandeps-perl \ | ||
| + | libpar-packer-perl \ | ||
| + | libreadonly-perl \ | ||
| + | libsys-meminfo-perl \ | ||
| + | libterm-readkey-perl \ | ||
| + | libtest-mockobject-perl \ | ||
| + | libtest-pod-perl \ | ||
| + | libunicode-string-perl \ | ||
| + | liburi-perl | ||
| + | libwww-perl \ | ||
| + | procps \ | ||
| + | wget \ | ||
| + | && rm -rf / | ||
| + | && wget -N https:// | ||
| + | && cp imapsync / | ||
| + | && chmod +x / | ||
| + | && exit | ||
| + | </ | ||