How to Install smarty3 in Ubuntu 18.04



Install smarty3 by entering the following commands in the terminal:

sudo apt update
sudo apt install smarty3

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.

Homepage: http://www.smarty.net/

Version: 3.1.31+20161214.1.c7d42e4+selfpack1-3

Section: universe/web