How to Install and Uninstall ghp-import Package on Kali Linux

Last updated: March 29,2024

1. Install "ghp-import" package

Here is a brief guide to show you how to install ghp-import on Kali Linux

$ sudo apt update $ sudo apt install ghp-import

2. Uninstall "ghp-import" package

Please follow the step by step instructions below to uninstall ghp-import on Kali Linux:

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

3. Information about the ghp-import package on Kali Linux

Package: ghp-import
Version: 2.1.0-3
Installed-Size: 44
Maintainer: Debian Python Team
Architecture: all
Depends: python3-dateutil, python3:any
Enhances: pelican
Size: 12320
SHA256: ea1502cb97b70bb6123f64926f776fc3b09516e95bb1440693f78f36eff525f0
SHA1: 51a10547405b90517fa6cbfea98891fb4be09cc5
MD5sum: 5459b3fd7efff382550e269757ac10fa
Description: 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:
Homepage: https://github.com/davisp/ghp-import
Section: python
Priority: optional
Filename: pool/main/g/ghp-import/ghp-import_2.1.0-3_all.deb