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

Last updated: May 19,2024

1. Install "hhvm" package

Please follow the step by step instructions below to install hhvm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hhvm

2. Uninstall "hhvm" package

Please follow the instructions below to uninstall hhvm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove hhvm $ sudo apt autoclean && sudo apt autoremove

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

Package: hhvm
Priority: optional
Section: universe/php
Installed-Size: 48213
Maintainer: Ubuntu Developers
Original-Maintainer: Debian HHVM packaging team
Architecture: amd64
Version: 3.11.1+dfsg-1ubuntu1
Provides: hhvm-api-3.11
Depends: libboost-context1.58.0, libboost-filesystem1.58.0, libboost-program-options1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libbz2-1.0, libc-client2007e, libc6 (>= 2.16), libcap2 (>= 1:2.10), libcurl3 (>= 7.28.0), libdouble-conversion1v5 (>= 2.0.0), libedit2 (>= 2.11-20080614), libelf1 (>= 0.142), libevent-2.0-5 (>= 2.0.10-stable), libexpat1 (>= 2.0.1), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:3.4), libgmp10, libgoogle-glog0v5, libicu55 (>= 55.1-1~), libjemalloc1 (>= 3.5.0), libjpeg8 (>= 8c), libjson-c2 (>= 0.11), libldap-2.4-2 (>= 2.4.7), liblz4-1 (>= 0.0~r114), libmagickcore-6.q16-2 (>= 8:6.8.8.2), libmagickwand-6.q16-2 (>= 8:6.8.8.2), libmcrypt4, libmemcached11, libmysqlclient20 (>= 5.7.11), libodbc1 (>= 2.3.1), libonig2 (>= 5.9.5), libpcre3, libpng12-0 (>= 1.2.13-4), libsqlite3-0 (>= 3.6.0), libssl1.0.0 (>= 1.0.1), libstdc++6 (>= 5.2), libtbb2, libvpx3 (>= 1.5.0), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.25), libyaml-0-2, libzip4 (>= 0.11.2), zlib1g (>= 1:1.2.0.2), lsb-base (>= 4.1+Debian11ubuntu7)
Filename: pool/universe/h/hhvm/hhvm_3.11.1+dfsg-1ubuntu1_amd64.deb
Size: 10877314
MD5sum: 6f27ac79fc0f067b4d1729c575f3d68c
SHA1: e52df0a07cdedc27df986a490b56deb297717321
SHA256: e15adc8e5ac33d680a373120f5ccb49b7f5ca6402819dcad69f60a7386d9cdd7
Description-en: HipHop Virtual Machine, a JIT replacement for PHP - main runtime
HHVM is an open-source virtual machine designed for executing programs
written in Hack and PHP. HHVM uses a just-in-time (JIT) compilation
approach to achieve superior performance while maintaining the development
flexibility that PHP provides.
.
For the majority of your programs HHVM should be a drop-in replacement for
the usual PHP interpreter/engine.
Description-md5: 38342325e9845e740d731bdce4db0f98
Homepage: http://hhvm.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu