Skip to content

Instantly share code, notes, and snippets.

View KRTirtho's full-sized avatar
🌴
Feeling awesome in a Flutter of wind

Kingkor Roy Tirtho KRTirtho

🌴
Feeling awesome in a Flutter of wind
View GitHub Profile
@KRTirtho
KRTirtho / linux-packages
Created April 16, 2025 14:14 — forked from kozmonaut/linux-packages
Backup and restore installed packages inside Linux Debian
# Backup your packages list
# Get a packages list
dpkg --get-selections > ~/Package.list
# Copy list of repositories
sudo cp /etc/apt/sources.list ~/sources.list
# Export repo keys
sudo apt-key exportall > ~/Repo.keys