Package apt-scripts: Information

    Source package: apt-scripts
    Version: 0.1.4-alt2
    Build time:  Jun 19, 2019, 10:57 AM in the task #232020
    Report package bug
    Home page: 

    Summary: Lua scripts for APT
    Description: 
    apt-cache list-extras
    	This script will list all installed packages which are
    	not availabe in any online repository.
    apt-cache list-nodeps
    	This script will list all installed packages which are
    	not required by any other installed package.
    apt-cache list-unreleased
    	This script will list all installed packages which have
    	version newer than in repository.
    apt-get dedup
    	This script will collect all unallowed duplicated pkgs and remove the
    	eldest, keeping the newest.

    List of rpms provided by this srpm:
    apt-scripts (noarch)



      1. apt

    Last changed


    June 19, 2019 Vladimir D. Seleznev 0.1.4-alt2
    - apt-get dedup implies Apt::Get::Fix-Broken
    June 13, 2019 Vladimir D. Seleznev 0.1.4-alt1
    - added 'apt-get dedup'
    - fixed package license
    July 13, 2017 Mikhail Efremov 0.1.3-alt1
    - list-nodeps: Only use "depends" and "depends"-like dependences.