any ideas?Inconsistency detected by ld.so: dl-open.c: 689: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
any ideas?Inconsistency detected by ld.so: dl-open.c: 689: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
Code: Select all
apt-get dist-upgradeCode: Select all
sudo apt-get remove chromium && sudo apt-get install chromium I'd usewh7qq wrote:Runningon Raspbian has been problematic. You might tryCode: Select all
apt-get dist-upgrade. If that doesn't clear up your issues, a fresh install of the latest Raspbian after backing up your data is probably your safest bet.Code: Select all
sudo apt-get remove chromium && sudo apt-get install chromium
Code: Select all
sudo apt-get purge chromium && sudo apt-get install chromium
Code: Select all
sudo apt-get purge chromium
sudo apt-get --purge autoremove
sudo apt-get -y install chromium
Should be some of those files in .config and that's it. Everything else should be in /etc/chromium-browser or /usr/lib/chromium-browser of courserpdom wrote:I'd usewh7qq wrote:Runningon Raspbian has been problematic. You might tryCode: Select all
apt-get dist-upgrade. If that doesn't clear up your issues, a fresh install of the latest Raspbian after backing up your data is probably your safest bet.Code: Select all
sudo apt-get remove chromium && sudo apt-get install chromiumas "remove" only removes the software and leaves the configuration files behind. "purge" deletes those files as well.Code: Select all
sudo apt-get purge chromium && sudo apt-get install chromium
In fact I'd go as far as suggestingas that will delete all traces of any dependent packages as well.Code: Select all
sudo apt-get purge chromium sudo apt-get --purge autoremove sudo apt-get -y install chromium
What it won't do is to remove any user specific config files that have been generated. That will call for a manual search/destroy mission, if needed.