Quantcast
Channel: Pacman issues
Viewing all articles
Browse latest Browse all 109

pacman -S --clean should clean these too /var/cache/pacman/pkg/download-6zOQbOr

$
0
0
* pacman 7.0.0 When doing `pacman -Scc` there's often these remnants: ``` error: could not remove /var/cache/pacman/pkg/download-6zOQbO: Is a directory error: could not remove /var/cache/pacman/pkg/download-YhsHOi: Is a directory error: could not remove /var/cache/pacman/pkg/download-2ZtqwU: Is a directory ``` Which could be deleted with like this: `rm -rf /var/cache/pacman/pkg/download*`

Viewing all articles
Browse latest Browse all 109

Trending Articles