Search Criteria
Package Details: pkgdu 0.10.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pkgdu.git (read-only, click to copy) |
|---|---|
| Package Base: | pkgdu |
| Description: | A tool to display packages disk usage size |
| Upstream URL: | https://github.com/bpetlert/pkgdu |
| Keywords: | pacman |
| Licenses: | GPL-3.0-or-later |
| Submitter: | bpetlert |
| Maintainer: | bpetlert |
| Last Packager: | bpetlert |
| Votes: | 3 |
| Popularity: | 0.84 |
| First Submitted: | 2022-12-03 01:19 (UTC) |
| Last Updated: | 2026-05-10 02:52 (UTC) |
Dependencies (2)
- libalpm.so (pacman)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
simona commented on 2025-12-13 19:34 (UTC)
solved. tnx.
simona commented on 2025-12-13 17:12 (UTC)
incompatibile with pacman 7.1
simona commented on 2024-03-22 18:11 (UTC) (edited on 2024-03-22 18:21 (UTC) by simona)
my rustup say 1.65. and my arch linux is updated. some package require rustup and some rust.
bpetlert commented on 2024-03-22 16:58 (UTC)
Current rust version is 1.77 on both Arch and official rust. Is there any reason you hold on rust 1.65?
Maybe run
rustup updatewill solve the problem?simona commented on 2024-03-20 14:29 (UTC)
error: package
clap v4.5.3cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.65.0but last rustup use rust:
rustc --version
rustc 1.65.0 (897e37553 2022-11-02)
how solve?