Tag: ptyhon

  • Script to Install Debian Packages as a Group

    This is a python script to install debian packages as a group. This will allow you to remove the packages you don’t need easily when you want to clean your system. When you install a package using `apt-get` it will mark all packages that are installed as it’s dependencies as “automatically installed”. When an “automatically […]