https://github.com/iodar/linux-mint-updates
Simple bash script to retrieve information about upgradeable kernel and security updates.
https://github.com/iodar/linux-mint-updates
Last synced: 3 months ago
JSON representation
Simple bash script to retrieve information about upgradeable kernel and security updates.
- Host: GitHub
- URL: https://github.com/iodar/linux-mint-updates
- Owner: iodar
- Created: 2020-06-04T18:20:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T20:53:23.000Z (about 5 years ago)
- Last Synced: 2025-01-11T10:16:13.213Z (5 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Print Packages
This simple script retrives all security and kernel updates with `mintupdate-cli` on your `linux mint` and prints a
summary to yout terminal.### Usage
Just download the `summarise-update.sh` from releases page to your host and call execute it
```bash
./summarise-updates.sh
```### Known Issues
- Performance is pretty bad right now (`mintupdate-cli` is called **4 times!**)
- will be fixed in the future### Sample Output On Terminal
The output on your terminal will looks something like this
```bash
-- security updates (7) --
ca-certificates [ version: 20190110~18.04.1 ]
chromium-browser [ version: 83.0.4103.61-0ubuntu0.18.04.1 ]
freerdp2 [ version: 2.1.1+dfsg1-0ubuntu0.18.04.1 ]
json-c [ version: 0.12.1-1.3ubuntu0.3 ]
openssl [ version: 1.1.1-1ubuntu2.1~18.04.6 ]
thunderbird [ version: 1:68.8.0+build2-0ubuntu0.18.04.2 ]-- kernel updates (1) --
linux-5.3.0.53.110 [ current: 5.3.0-53.47 ]
```