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

Last updated: May 10,2024

1. Install "php-assetic" package

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

$ sudo apt update $ sudo apt install php-assetic

2. Uninstall "php-assetic" package

Here is a brief guide to show you how to uninstall php-assetic on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: php-assetic
Priority: optional
Section: universe/php
Installed-Size: 356
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Source: assetic
Version: 1.3.2-1build1
Depends: php-symfony-process (>= 2.4), php-common
Recommends: php-cssmin
Suggests: php-twig, php-less, php-scss, php-cssembed, php-scss-compass, php-patchwork-jsqueeze
Breaks: php-twig (<< 1.23~~)
Filename: pool/universe/a/assetic/php-assetic_1.3.2-1build1_all.deb
Size: 50916
MD5sum: 0ce9c8dd2398ad37b8fa655e5c4eb500
SHA1: 771320b00a01b16f061f9bdfb367e698e0980013
SHA256: 1a27e936865fc49117a32af2f201cfb8279a6c70deddcd66c6a31e72adf93a5f
Description-en: Asset Management for PHP
Assetic combines two major ideas: assets and filters. The assets are
files such as CSS, JavaScript and image files. The filters are things
that can be applied to these files before they are served to the
browser. This allows a separation between the asset files stored in the
application and the files actually presented to the user.
Description-md5: 81bcfc1b818dbe2875122d51aa2d8c72
Homepage: https://github.com/kriswallsmith/assetic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu