garywill / zypper_little_tools

some Linux tools for zypper package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zypper little tools

zypper is a Linux package manager, used by openSUSE etc.

Here some tool around zypper.

zypper history viewer

Show Linux (openSUSE...) user a report, listing software packages installed (by zypper) in system, grouped by

  1. The time you installed/removed them
  2. Installed packages, and how they got installed:
    • User choosed
    • Auto selected
    • Other ( when install packages via YaST it doesn't record which packages are auto selected)
  3. Removed packages

Usage:

  1. sudo cp /var/log/zypp/history /tmp
  2. Visit this page and load file history into web

About

some Linux tools for zypper package manager


Languages

Language:Shell 47.5%Language:JavaScript 42.5%Language:HTML 10.0%