applications' version conflict
as a rolling distribution, sometimes(always) when we after updating the environment of Arch, some apps crush.
we can use a sandbox env to use the same app on different environment of every distro.(or we can use virtual env…)
for example, when I update my Arch, and some libs get wrong & deleted & interface-changed, which lead my spotify can’t work.
1 |
|
like this.
so we can use a sandbox version, it will use it’s own libs, (commonly in ~/.var/app/), app can maintain env by their own.
1 | # install flatpak |
so we can use spotify without bothered by rolling envs.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.




