Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfelgar/arch-packages
https://github.com/samfelgar/arch-packages
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samfelgar/arch-packages
- Owner: samfelgar
- Created: 2023-02-22T21:33:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T21:33:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T14:13:31.654Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arch Linux Packages Updates Checker
This is a simple checker for Arch Linux Packages' updates.
This was developed for learning purposes and could be done with any scripting language, such as PHP or Python.## Usage
1. Run `go build .` to generate the executable for your system.
2. Then, you can run the executable, informing the packages you want to know about. Example:```bash
./arch-packages go
./arch-packages php gnome
./arch-packages python node openjdk
```> TIP: You may move the binary to something like `/usr/bin`, so it will be available system-wide.