How to Install and Uninstall smarty3 Package on Kali Linux

Last updated: May 06,2024

1. Install "smarty3" package

Please follow the instructions below to install smarty3 on Kali Linux

$ sudo apt update $ sudo apt install smarty3

2. Uninstall "smarty3" package

This guide covers the steps necessary to uninstall smarty3 on Kali Linux:

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

3. Information about the smarty3 package on Kali Linux

Package: smarty3
Version: 3.1.48-1
Installed-Size: 1303
Maintainer: Mike Gabriel
Architecture: all
Depends: php | php-cgi | php-cli, php-common
Size: 208604
SHA256: ee57414ce77ac3c3726c415409974033a7b9c91ca7a3e7468f88b59047121e67
SHA1: 2d493bbfabc9b35f9ba723612be21cdb1facbfa6
MD5sum: 63dec96b96c948a4d1297ad3720d9d45
Description: Smarty - the compiling PHP template engine
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:
Homepage: http://www.smarty.net/
Section: web
Priority: optional
Filename: pool/main/s/smarty3/smarty3_3.1.48-1_all.deb