sup-sync command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sup-sync: command not found
or when using sudo you get the following error message
sudo: sup-sync: command not found
Solutions to sup-sync: command not found
How To Fix sup-sync: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sup-sync is provided by sup-mail package.
sup-mail is:
Sup is a console-based email client for people with a lot of email. It supports tagging, very fast full-text search, automatic contact-list management, custom code insertion via a hook system, and more. If you’re the type of person who treats email as an extension of your long-term memory, Sup is for you.
Sup makes it easy to: * Handle massive amounts of email. * Mix email from different sources: mbox files and Maildirs, across multiple machines. * Instantaneously search over your entire email collection. Search over body text, or use a query language to combine search predicates in any way. * Handle multiple accounts. Replying to email sent to a particular account will use the correct SMTP server, signature, and from address. * Add custom code to handle certain types of messages or to handle certain types of text within messages. * Organize email with user-defined labels, automatically track recent contacts, and much more!
The goal of Sup is to become the email client of choice for nerds everywhere.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sup-mail
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sup-mail.
sudo apt -y install sup-mail
Or if you have aptitude installed you can use the following command.
sudo aptitude install sup-mail
Summary
In this tutorial we learn how to fix sup-sync command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.