https://github.com/remove-guides/remove-github-cli-ubuntu
Remove github cli and its dependecies and configs from ubuntu based distros
https://github.com/remove-guides/remove-github-cli-ubuntu
bash cli github github-cli linux python remove-guide script ubuntu
Last synced: 4 months ago
JSON representation
Remove github cli and its dependecies and configs from ubuntu based distros
- Host: GitHub
- URL: https://github.com/remove-guides/remove-github-cli-ubuntu
- Owner: remove-guides
- Created: 2022-09-10T19:58:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T14:59:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T18:51:57.413Z (5 months ago)
- Topics: bash, cli, github, github-cli, linux, python, remove-guide, script, ubuntu
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[  ](https://cli.github.com/)
# Remove [Github-CLI](https://cli.github.com/) from [Ubuntu](https://ubuntu.com/) based distros
## Remove all dependencies and remaining files from gh
To `run` use:
```bash
chmod +x remove-github-cli.py
sudo ./remove-github-cli.pyor
sudo python3 remove-github-cli.py
````SUDO` is needed, without superuser access we can't remove some files and configs
## Explanations
* This script will not remove plugins and files from vim, oh-my-zsh, compose, and other files created by user, unless if these files are in any target directories.
* Be Careful, use this script if you know what are you doing, maybe it can break other stuffs that you might want to use
### Made with 🥰 by [Dpbm](https://github.com/Dpbm)