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.
- Host: GitHub
- URL: https://github.com/quicoa/apt-selective-upgrades
- Owner: quicoa
- License: mit
- Created: 2024-02-18T15:55:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-24T16:33:17.000Z (8 months ago)
- Last Synced: 2025-01-22T19:48:33.873Z (4 months ago)
- Topics: debian-linux, debian-packaging, package-management, system-maintenance
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.