Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.
/ paclog Public archive

A pacman log analyzer

License

Notifications You must be signed in to change notification settings

xfgusta/paclog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paclog

A pacman log analyzer

Install

Package from AUR

$ git clone https://aur.archlinux.org/paclog.git
$ cd paclog
$ makepkg -si

pip

$ pip install git+https://github.com/xfgusta/paclog.git

Export ~/.local/bin to PATH

$ export PATH="$HOME/.local/bin:$PATH"

You can also add it to your .bashrc

$ echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc

Manually

$ git clone https://github.com/xfgusta/paclog.git
$ cd paclog
# install -m 0755 paclog /usr/bin/paclog

Uninstall

pacman

# pacman -R paclog

pip

$ pip uninstall paclog

Manually

# rm /usr/bin/paclog

Screenshots

Acknowledgements

License

The MIT License (MIT)

paclog 2.0 Copyright (C) 2021 Gustavo Costa