I have an old computer that doesn't support the newest versions of Chromium, since the CPU lacks the support of SSE3 instructions (I saw that in a forum).
Recently, I have updated Chromium and version 89 was installed, and then stopped working (Illegal instruction error).
Which commands should I run in order to reinstall an older version of chromium (e.g. 65.0.3325.181-0ubuntu1), which doesn't contain SSE3 instructions?
Did anyone experience this also?
Of course, in order to install an older version of Chromium, I have to make sure that all the dependencies are installed in the correct version, and not in a newer version...
EDIT:
After uninstalling Chromium (sudo apt remove
all the packages below), I ran:
sudo apt install chromium-browser=65.0.3325.181-0ubuntu1 chromium-codecs-ffmpeg-extra=65.0.3325.181-0ubuntu1 chromium-codecs-ffmpeg=65.0.3325.181-0ubuntu1 chromium-browser-l10n=65.0.3325.181-0ubuntu1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
chromium-codecs-ffmpeg : Conflicts: chromium-codecs-ffmpeg-extra but 65.0.3325.181-0ubuntu1 is to be installed
chromium-codecs-ffmpeg-extra : Conflicts: chromium-codecs-ffmpeg but 65.0.3325.181-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
As you see, my installation has some kind of problem...
How can I solve this?
By the way, I have a functional Firefox browser in my old computer, fortunately...