How to Install and Uninstall php-swiftmailer Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 20,2024

1. Install "php-swiftmailer" package

Please follow the guidelines below to install php-swiftmailer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install php-swiftmailer

2. Uninstall "php-swiftmailer" package

Please follow the guidelines below to uninstall php-swiftmailer on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove php-swiftmailer $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-swiftmailer package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: php-swiftmailer
Priority: optional
Section: universe/php
Installed-Size: 1067
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Roudaire
Architecture: all
Source: libphp-swiftmailer
Version: 5.4.1-1ubuntu1
Replaces: libphp-swiftmailer (<< 5.1.0-1~)
Provides: libphp-swiftmailer
Depends: php-cli, php-common
Suggests: php
Breaks: libphp-swiftmailer (<< 5.1.0-1~)
Filename: pool/universe/libp/libphp-swiftmailer/php-swiftmailer_5.4.1-1ubuntu1_all.deb
Size: 218250
MD5sum: 3dc55ac2d567a0ad46d6450ad45cf2ac
SHA1: 2967a0bad55b4d618d7ea433418aa46e148153a3
SHA256: 14bb61d01280f93a6093b39c9779e4cfa29467f2a3266831852a901350cd635c
Description-en: Swiftmailer, free feature-rich PHP mailer
Swift Mailer is component based mailing solution for PHP 5
Send emails using SMTP, sendmail, postfix or a custom Transport
implementation of your own. It Supports servers that require username
and password and/or encryption.
.
Features:
- SMTP authentication
- event-driven plugins to customize the library
- MIME compliant HTML/multipart emails
- large attachments and inline/embedded images with low memory use
Description-md5: 8ad40ec3d3dfe7a8603af503a47dd558
Homepage: http://swiftmailer.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu