An open API service indexing awesome lists of open source software.

https://github.com/quicoa/apt-selective-upgrades

Easily choose packages you want to upgrade on Debian-based systems using your favorite editor.
https://github.com/quicoa/apt-selective-upgrades

debian-linux debian-packaging package-management system-maintenance

Last synced: 2 months ago
JSON representation

Easily choose packages you want to upgrade on Debian-based systems using your favorite editor.

Awesome Lists containing this project

README

        

# Apt Selective Upgrades

Simplify your system upgrade workflow using this set of scripts. Without the
need for any overly complicated tools; just select the packages you want to
upgrade using your favorite editor and let APT download and install them
immediately. Or choose to only download a selection of packages and install
them later.

## Usage

If necessary, edit [file](/file) to choose the location of the file containing the
temporary package list. Then, execute any of the three script, like:

```sh
./apt-selective-upgrades.sh
```

To select packages and install them immediately, use `apt-selective-upgrades.sh`

To select packages, but only download them, use
`apt-selective-upgrades-download-only.sh`

To install previously selected and downloaded packages, use
`apt-selective-upgrades-install-only.sh`

> [!NOTE]
> Please note: environment variable `EDITOR` is used to open you favorite
> editor. Make sure this variable is set properly, otherwise it may not open
> your editor of choice.