Brian Schmidt Pedersen
Brian Schmidt Pedersen
Don't use this approach. See following comments. ``` sudo dpkg --install --ignore-depends=libicu72 powershell_7.4.2-1.deb_amd64.deb ```
> But I didn't like ignoring the dependency on an internationalization package. Since libicu72 package name has the version in the name, you can install multiple versions of it at...
``` sudo dpkg --install --ignore-depends=libicu72 powershell_7.4.2-1.deb_amd64.deb ```
> Doesn't this lead to problems because the dependent package is missing? > > Perhaps a better option would be to create a dummy package that uses the newer version...
I'm experiencing the same. Using docker. I've copied the [glances.conf](https://github.com/nicolargo/glances/blob/cc9054d082fb97018061257b4c3018f1174a6203/conf/glances.conf) that is referenced by the [documentation](https://glances.readthedocs.io/en/latest/config.html#location), and placed that in my persistent data folder (see docker compose below for reference)....