43 lines
921 B
Plaintext
43 lines
921 B
Plaintext
#!/bin/cat
|
|
# $Id: INSTALL.Ubuntu.txt,v 1.4 2015/09/19 08:55:25 gilles Exp gilles $
|
|
|
|
=================================
|
|
= Installing imapsync on Ubuntu =
|
|
=================================
|
|
|
|
== Ubuntu 12.04 or higher ==
|
|
|
|
Here are the two commands to install imapsync dependencies:
|
|
|
|
sudo apt-get install \
|
|
libauthen-ntlm-perl \
|
|
libcrypt-ssleay-perl \
|
|
libdigest-hmac-perl \
|
|
libfile-copy-recursive-perl \
|
|
libio-compress-perl \
|
|
libio-socket-inet6-perl \
|
|
libio-socket-ssl-perl \
|
|
libio-tee-perl \
|
|
libmail-imapclient-perl \
|
|
libmodule-scandeps-perl \
|
|
libnet-ssleay-perl \
|
|
libpar-packer-perl \
|
|
libterm-readkey-perl \
|
|
libtest-pod-perl \
|
|
libtest-simple-perl \
|
|
libunicode-string-perl \
|
|
liburi-perl
|
|
|
|
sudo cpan Data::Uniqid
|
|
|
|
Now a good dependencies test that shows also the basic example:
|
|
|
|
./imapsync
|
|
|
|
Now the install command:
|
|
|
|
sudo cp imapsync /usr/bin/
|
|
|
|
That's finished for the installation part.
|
|
You can use imapsync.
|