Search Criteria
Package Details: pacleaner 2.2-1
Git Clone URL: | https://aur.archlinux.org/pacleaner.git (read-only, click to copy) |
---|---|
Package Base: | pacleaner |
Description: | Script to clean up pacman cache in a more flexible way than with paccache or pacman itself. Fully configurable and flexible |
Upstream URL: | https://github.com/lesebas/pacleaner |
Keywords: | cache paccache package pacman |
Licenses: | |
Submitter: | None |
Maintainer: | lesebas |
Last Packager: | lesebas |
Votes: | 16 |
Popularity: | 0.63 |
First Submitted: | 2009-07-09 19:07 |
Last Updated: | 2020-09-16 19:59 |
Latest Comments
1 2 3 4 5 Next › Last »
lesebas commented on 2020-05-19 20:40
@lpliz
Probably yay do not re-download the package if it already exists into the temporary directory ~/.cache/yay/pacleaner.
I do not know if there is an option in yay to force to download the package. In any case you can make a :
$rm -Rf ~/.cache/yay/pacleaner
before
$yay -Sy pacleaner
lpilz commented on 2020-05-19 20:32
That worked, cheers. Even the md5sum check went through without problems...
lesebas commented on 2020-05-19 20:18
@lpliz
Try this :
$ yay -Gf pacleaner
$ cd pacleaner
$ makepkg -ic
lpilz commented on 2020-05-18 20:54
I tried to install it using yay. That's curious indeed. Do you know where I could get some logs?
lesebas commented on 2020-05-18 19:45
@lpilz
That's weird, it works well for me, localy with makepkg or even with yay as AUR helper.
How do you try to install it?
lpilz commented on 2020-05-18 10:28
Pacleaner's newest version won't install for me, since the tar doesn't pass the validity check. Maybe try updating the checksum?
vollekannehoschi commented on 2017-11-18 09:46
> Try to delete and re-install the module with python linked to python3
this fixed it. I had ~/bin/python pointed to python2 instead of python3
mykey commented on 2017-01-07 10:10
Recompile python-hurry-filesize against the latest updates and the error is gone.
lesebas commented on 2016-10-13 08:10
The PKGBUILD of python-hurry use a python script to install the module. Try to delete and re-install the module with python linked to python3 (I'm not sure that the libraries are shared between 2 versions of python).
vollekannehoschi commented on 2016-10-13 06:34
~ > pacman -Q | agi hurry
python-hurry-filesize 0.9-3
It seems installed.