Free space for / Understand paccache

During installation, I allowed 32 GB for Manjaro system /; actuall 1 GB ist left free. Would this be enough for next major updates?
In order to clean-up, I tried paccache and got this result:

$ paccache --dryrun --keep 3 --verbose
... listing of packages
==> finished dry run: 325 candidates (disk space saved: 1.98 GiB)

$ paccache --remove -- keep 3 --verbose
==> no candidate packages found for pruning

Why are 325 candidates reported but not one packege pruned?

Thank you, Michael

yes with keep 3 , nothing in 325 archives on disk
you can reduce --keep :wink:

Hi @MaMicha,

This happened, I suspect, because you had an empty space between -- and keep.

It should be:

paccache --remove --keep 3 --verbose

if I’m correct.

Hope it helps!

4 Likes

Thanks a lot @Mirdarthos,
you’re absolutely right; sorry for my stupid mistake.
I’d appreciate, if you (or someone else) could tell me, how much space should be left on / in advance to major updates.

Major stable updates are often between 1 and 2 GB in download size.

1 Like

Hi @MaMicha,

I, personally, have no idea if there is something like that.

However, when performing the update, when it’s asking for confirmation, it provides size estimates. So you can use those.

Thanks @All, solved!

1 Like

Here’s an idea of what to expect with an XFCE update, plus work space. I suspect it might be more with KDE, and of course, your installed packages.

                                          Size                 
                     -------------------------------------------
                             Total          Total           Net
Date       Packages       Download     Installled        Upgrade
20200526          1       0.01 MiB       0.00 MiB       0.00 MiB 
20200526        253     609.75 MiB    2532.86 MiB      94.26 MiB 
20201110          3       1.05 MiB       1.46 MiB       0.01 MiB 
20201110        347     991.41 MiB    3774.10 MiB     148.33 MiB 
20201129        238     857.79 MiB    3105.27 MiB     107.88 MiB 
20201204        105     181.16 MiB     751.55 MiB       0.24 MiB 
20201217          1       0.14 MiB       0.17 MiB       0.00 MiB 
20201217          3     106.50 MiB     397.61 MiB      14.69 MiB 
20201219          3       2.99 MiB      13.32 MiB      10.04 MiB 
20201224          4      63.48 MiB     227.93 MiB      -0.11 MiB 
20210104          1       0.02 MiB       0.00 MiB       0.00 MiB 
20210105          1       0.02 MiB       0.00 MiB       0.00 MiB 
20210105          3       0.12 MiB       0.27 MiB      -0.05 MiB 
20210105        226          -   -    3132.53 MiB       7.62 MiB 
20210105        319    1220.90 MiB    4259.90 MiB      16.12 MiB 
20210109          1       0.01 MiB       0.00 MiB       0.00 MiB 
20210110          4      64.54 MiB     234.84 MiB      -0.08 MiB 
20210125          2       0.95 MiB       1.31 MiB       0.02 MiB 
20210125        331     810.56 MiB    3139.10 MiB      12.25 MiB 
20210201          2      60.78 MiB     219.00 MiB      -6.97 MiB 
20210209        239     873.55 MiB    3314.73 MiB      33.53 MiB 
20210211          2      84.92 MiB     150.49 MiB       0.03 MiB 
20210221         45     426.09 MiB    1481.20 MiB      28.27 MiB 
20210304          1       0.02 MiB       0.00 MiB       0.00 MiB 
20210304        102     613.41 MiB    2273.01 MiB       7.58 MiB 
20210309         60     466.92 MiB    1331.30 MiB      24.06 MiB 
20210322          1       0.02 MiB       0.00 MiB       0.00 MiB 
20210322        120     678.68 MiB    2375.89 MiB      35.52 MiB 
20210407          3      77.52 MiB     222.17 MiB       3.45 MiB 
20210415        138     690.58 MiB    2462.66 MiB      20.41 MiB 
20210420          1       0.01 MiB       0.00 MiB       0.00 MiB 
20210420        124     881.19 MiB    3102.28 MiB     132.37 MiB 
20210425          1      60.91 MiB     221.57 MiB       0.14 MiB 
20210427          4       4.32 MiB      35.77 MiB       0.12 MiB 
20210429         35          -   -     733.84 MiB       0.02 MiB 
20210429        106     853.99 MiB    2971.27 MiB      14.93 MiB 
20210521        154     943.09 MiB    3363.72 MiB       7.83 MiB 
20210609          1       0.01 MiB       0.00 MiB       0.00 MiB 
20210609         63          -   -     988.33 MiB       5.90 MiB 
20210609        199    1123.05 MiB    3963.51 MiB      12.64 MiB 
20210613          1       0.02 MiB       0.00 MiB       0.00 MiB 
20210616        100     558.85 MiB    1947.60 MiB      13.47 MiB 


This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.