Installation Guide

APT Repository Installation

Install PwdGen directly using APT package manager:

1. Add the repository GPG key

wget -qO- https://zahid4kh.github.io/my-apt-repo/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/zahid-archive-keyring.gpg

2. Add the repository to your sources list

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/zahid-archive-keyring.gpg] https://zahid4kh.github.io/my-apt-repo stable main" | sudo tee /etc/apt/sources.list.d/zahid-apps.list

3. Update package list and install PwdGen

sudo apt update
sudo apt install pwdgen

After installation, launch PwdGen from your applications menu or run pwdgen in your terminal.

Additional Applications Available

The repository also includes other applications: kached (code snippet manager),markdownify (markdown editor), and sumpdf (PDF tools).

Uninstalling

To uninstall PwdGen:

# Remove the application
sudo apt remove pwdgen

# Optionally, remove the entire repository
sudo rm /etc/apt/sources.list.d/zahid-apps.list
sudo rm /usr/share/keyrings/zahid-archive-keyring.gpg
sudo apt update