SkipperWannabe@lemm.eetoAndroid@lemmy.world•Saturday APPreciation thread (Jul 1 2023) - Your weekly app recommendation/request thread!English
9·
1 year agoIf you are trying to switch from Chrome, then just use regular Firefox with the ublock extension (and maybe some of the other privacy extension officially supported). If you are a “power user” and want modify/access about:config
and other settings then you need Firefox Nightly. The Fennec and Fenix (iirc) are just stripped down Firefox that either only have private mode or additional settings for privacy (that are already present in regular version, but way not be enabled by default). Hope that helps.
I think it has to do with the way the Haskell packages are disturbed. So if you installed the pandoc from
extra
repository, and there was an update for any of the Haskell packages that pandoc depended on, then pandoc will have to be updated again. Meaning, instead of pandoc forcing Haskell updates, it is the other way around.If you only use pandoc and don’t normally program in Haskell, check out pandoc-bin. This way you will only get updates for pandoc itself and its dependencies won’t force an update.