69`$ sudo snap install scc`
70
71▶*NB* Snap installed applications cannot run outside of `/home` <https://askubuntu.com/questions/930437/permission-denied-error-when-running-apps-installed-as-snap-packages-ubuntu-17> so you may encounter issues if you use snap and attempt to run outside this directory.
72
73#### Homebrew
· · ·
501- 75% (High Density): Very terse, expressive code. Every line counts. (Example: Clojure, Haskell)
502- 60% - 70% (Standard): A healthy balance of logic and structural ceremony. (Example: Java, Python)
503▶- < 55% (High Boilerplate): High repetition. Likely due to mandatory error handling, auto-generated code, or verbose configuration. (Example: C#, CSS)
504
505See <https://boyter.org/posts/boilerplate-tax-ranking-popular-languages-by-density/> for more details.
· · ·
1294If you are running `scc` in a low memory environment < 512 MB of RAM you may need to set `--file-gc-count` to a lower value such as `0` to force the garbage collector to be on at all times.
1295
1296▶A sign that this is required will be `scc` crashing with panic errors.
1297
1298### Tests