Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paru -Scc does not clean up clone directory #1266

Open
jose1711 opened this issue Oct 14, 2024 · 0 comments
Open

Paru -Scc does not clean up clone directory #1266

jose1711 opened this issue Oct 14, 2024 · 0 comments

Comments

@jose1711
Copy link

Affected Version

paru v2.0.4 - libalpm v15.0.0

Description

Running paru -Scc and answering "yes" to clean ALL AUR packages from cache does not clean the cache directory.

Output

$ LANG= paru -Scc

Cache directory: /var/cache/pacman/pkg/
:: Do you want to remove ALL files from cache? [y/N] n

Database directory: /var/lib/pacman/
:: Do you want to remove unused repositories? [Y/n] n

Clone Directory: /home/jose/.cache/paru/clone
:: Do you want to clean ALL AUR packages from cache? [y/N]: y

Once the execution completes the directory still contains entries:

$ du -sm /home/jose/.cache/paru/clone
117759	/home/jose/.cache/paru/clone

.cache is a symbolic link to /data/jose/.cache:

ls -ld /home/jose/.cache
lrwxrwxrwx 1 jose users 18 mar 10  2022 /home/jose/.cache -> /data/jose/.cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant