How to Install and Uninstall ghp-import Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "ghp-import" package

This guide covers the steps necessary to install ghp-import on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ghp-import

2. Uninstall "ghp-import" package

Please follow the guidance below to uninstall ghp-import on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ghp-import $ sudo apt autoclean && sudo apt autoremove

3. Information about the ghp-import package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ghp-import
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Version: 0.4.1-1
Depends: python:any (>= 2.7~), python, python:any (<< 2.8)
Filename: pool/universe/g/ghp-import/ghp-import_0.4.1-1_amd64.deb
Size: 6326
MD5sum: 84aafce22992b2d346e9fd98880c2055
SHA1: e3451fb2653835553465281c57070572b8ccad2d
SHA256: 1354b924ee69d98196366c762354eedb54386e8887385c6d25153715971e1031
Description-en: Easily import docs to your gh-pages branch
ghp-import is a Python script meant to make using GitHub's gh-pages
branches for hosting documentation simple.
.
Inside your repository just run `ghp-import $DOCS_DIR` where $DOCS_DIR
is the path to the built documentation. This will write a commit to your
gh-pages branch with the current documents in it.
Description-md5: d6f290a71579c682d20b77fec880cdfe
Enhances: python-pelican
Homepage: https://github.com/davisp/ghp-import
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu