Skip to content

ColorMan777/Linux-GUI-Packages-Backup-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Linux-GUI-Packages-Backup-Tool

A little GUI made in bash + zenity, to bakup packages

If zenity isn't installed you can do :

 sudo apt install zenity 

Note

This command will only work for Linux distributions that use APT (like Debian, Ubuntu, PopOS!, ...)

You can read more about zenity here : https://doc.ubuntu-fr.org/zenity

IMPORTANT

This script ignores missing packages (if you got a newer version of your distributions for example), so some packages can be missing in the end. Launch the script within a terminal to see the debug outpout.



Also, if you're stuck in a loop try :

 sudo dpkg --configure -a 

Sometimes dpkg can be locked because of an error, and when it happens softwares can't be installed. This command is a way to resolve this problem.

Dependencies : zenity, bash, echo, grep, dpkg, awk, xargs

Licence : GNU General Public License 3.0

About

A little GUI made in bash + zenity, to bakup packages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages