Code Monkey home page Code Monkey logo

aptsources-cleanup's Introduction

Purpose

Detects and interactively deactivates duplicate Apt source entries and deletes sources list files without valid enabled source entries in /etc/sources.list and /etc/sources.list.d/*.list.

Prerequisites

TL;DR: Have a supported Ubuntu or other Debian-based system and install a couple of Python packages:

sudo apt install python3-apt python3-regex

For details see below.

Mandatory

  • Python 3.4+

  • The aptsources module. In Debian-based distribution you can find it in the python3-apt package.

Optional

  • The regex module for improved (non-European) language support. Package name: python3-regex.

Download / Installation

You can download a pre-bundled ZIP file executable by your Python interpreter:

Or you can download the source code and run it in Python albeit without translations.

Usage

  • From a ZIP bundle:

    sudo python3 -OEs aptsources-cleanup.pyz
    

    I advise the use of the above interpreter options -OEs to avoid potential issues with your Python environment but they aren't strictly necessary.

  • From source code:

    sudo ./aptsources-cleanup
    

For a (slightly more) detailed description and individual command-line options see the output of

python3 -OEs aptsources-cleanup.pyz --help

or

./aptsources-cleanup --help

depending on the deployment type.

aptsources-cleanup's People

Contributors

davidfoerster avatar erotemic avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.