Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Packages

reujab edited this page Jul 20, 2017 · 1 revision

packages

This module displays the number of packages with available updates.

The supported package managers are pacman, DNF, and APT.

Daemon

This module requires the packagesd daemon to be running.

Installation

go get github.com/reujab/bronze/packagesd
sudo mv "$GOPATH/bin/packagesd" /usr/local/bin
sudo cp "$GOPATH/src/github.com/reujab/bronze/packagesd/packagesd.service" /etc/systemd/system
sudo systemctl enable packagesd
sudo systemctl start packagesd
systemctl status packagesd
Clone this wiki locally