Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a panel to show the status of the apt packages #75

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2021

  1. Added a panel to show the status of the apt packages

    This allows a user to include a status panel of what package updates are pending on an Apt Package
    managed system such as Ubuntu.
    
    Also included is the configuration file change to include a 'package_management' section that must
    be configured for proper operation. (I was unable to get the panel to not display if the section was
    missing) It is currently configured to be not enabled. Change the flag to 'true' to enable the panel.
    
    While setup for Apt, this could easily be extended for yum, pacman, etc and I hope they would include
    their configuration inside of 'package_management' as well.
    
    Tested on: Ubuntu 20.04.2 LTS (GNU/Linux 5.4.0-72-generic x86_64)
    tandell committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    f766824 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Adjusted to account for lack of apt-check

    * Introduced a block to parse the result of apt-get
    * Corrected issue with checking for the presence of the configuration
    * Fixed issue with exec() and parsing of the results
    tandell committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    567c4eb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Added apt-get update call

    tandell committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    1c72e06 View commit details
    Browse the repository at this point in the history