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

Last updated: May 18,2024

1. Install "gyp" package

This guide let you learn how to install gyp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gyp

2. Uninstall "gyp" package

Learn how to uninstall gyp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove gyp $ sudo apt autoclean && sudo apt autoremove

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

Package: gyp
Priority: optional
Section: universe/python
Installed-Size: 1169
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Chromium Maintainers
Architecture: all
Version: 0.1+20150913git1f374df9-1ubuntu1
Depends: python (>= 2.7), python (<< 2.8), python-pkg-resources
Filename: pool/universe/g/gyp/gyp_0.1+20150913git1f374df9-1ubuntu1_all.deb
Size: 264954
MD5sum: a316ab62c117b7f6d6860294d308e6d2
SHA1: 6754eb2e58f208a16d9349e5151b5ee456fb8c1a
SHA256: eb267664630ff85794a5c4e9092e510778838b53ea117d0dc578788781f8a592
Description-en: Cross-platform build script generator
GYP (Generate Your Projects) is a tool to generate native Visual Studio,
Xcode, SCons and make build files from a description of a project in a
simple JSON-inspired format. Its syntax is a universal cross-platform
build representation that still allows sufficient per-platform flexibility
to accommodate irreconcilable differences.
Description-md5: 3cb0119977e28cd08f4b2dc95f53cfe4
Homepage: https://chromium.googlesource.com/external/gyp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu