How to Install and Uninstall smarty3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 07,2024

1. Install "smarty3" package

Please follow the guidelines below to install smarty3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install smarty3

2. Uninstall "smarty3" package

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

$ sudo apt remove smarty3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the smarty3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: smarty3
Priority: optional
Section: universe/web
Installed-Size: 1087
Maintainer: Ubuntu Developers
Original-Maintainer: Mike Gabriel
Architecture: all
Version: 3.1.21-1ubuntu1
Provides: smarty
Depends: php | php-cgi | php-cli
Filename: pool/universe/s/smarty3/smarty3_3.1.21-1ubuntu1_all.deb
Size: 138604
MD5sum: 47c0e09f86fe55d688b1e0c551c33735
SHA1: 96c6b945ffed664d70127e42ca4f38c773fb0761
SHA256: 4977032c6f614e908d6fdd8dcffab25c51ee54d83af7cc369f2ebeac24712f42
Description-en: Template engine for PHP
Smarty is a template engine for PHP. More specifically, it
facilitates a manageable way to separate application logic and content
from its presentation.
.
Smarty 3.1 is a departure from 2.0 compatibility. Most notably, all
backward compatibility has been moved to a separate class file named
SmartyBC.class.php. If you require compatibility with 2.0, you will
need to use this class.
Description-md5: 0b4f06587a679bf70bab813011654ad6
Homepage: http://www.smarty.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu