Install ruby-mail
Installing ruby-mail package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-mail
ruby-mail package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-mail |
version | 2.6.3+dfsg1-1 |
description | Ruby library to handle email generation, parsing and sending |
subsection | ruby |
website | github.com / mikel / mail |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-mail
To remove just ruby-mail package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-mail
Uninstall ruby-mail and it’s dependent packages
To remove the ruby-mail package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-mail
Purging ruby-mail
If you also want to delete configuration and/or data files of ruby-mail from Debian Sid then this will work:
sudo apt-get purge ruby-mail
To delete configuration and/or data files of ruby-mail and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-mail