Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Debian, missing Conflicts/Replaces against chromium-common #283

Open
miiichael opened this issue Feb 16, 2022 · 5 comments
Open

On Debian, missing Conflicts/Replaces against chromium-common #283

miiichael opened this issue Feb 16, 2022 · 5 comments

Comments

@miiichael
Copy link

root@joyola:~# apt install -t bullseye ungoogled-chromium
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  chromium-common
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  chromium*
The following NEW packages will be installed:
  ungoogled-chromium
0 upgraded, 1 newly installed, 1 to remove and 25 not upgraded.
Need to get 76.7 MB of archives.
After this operation, 53.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye  ungoogled-chromium 95.0.4638.54-1 [76.7 MB]
Fetched 76.7 MB in 1min 41s (757 kB/s)                                                                                                                                                                                                      
(Reading database ... 290413 files and directories currently installed.)
Removing chromium (98.0.4758.80-1~deb11u1) ...
update-alternatives: removing manually selected alternative - switching x-www-browser to auto mode
update-alternatives: using /usr/bin/firefox-esr to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: removing manually selected alternative - switching gnome-www-browser to auto mode
update-alternatives: using /usr/bin/firefox-esr to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
Selecting previously unselected package ungoogled-chromium.
(Reading database ... 290383 files and directories currently installed.)
Preparing to unpack .../ungoogled-chromium_95.0.4638.54-1_amd64.deb ...
Unpacking ungoogled-chromium (95.0.4638.54-1) ...
dpkg: error processing archive /var/cache/apt/archives/ungoogled-chromium_95.0.4638.54-1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/chromium/chrome_crashpad_handler', which is also in package chromium-common 98.0.4758.80-1~deb11u1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/ungoogled-chromium_95.0.4638.54-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
@miiichael miiichael changed the title On Debian, missing Cnflicts/Replaces against chromium-common On Debian, missing Conflicts/Replaces against chromium-common Feb 16, 2022
@ernobe
Copy link

ernobe commented May 25, 2022

Try again after uninstalling package chromium-common 98.0.4758.80-1~deb11u1.

@miiichael
Copy link
Author

Obviously, removing the conflicting package avoids the conflict, but that doesn't solve the undeclared package conflict! :P

@markozajc
Copy link

I believe there's currently still other problems with the unified builds (which you're downloading from OBS) - #247 hasn't been fixed, version 95 is quite outdated by now, and it seems like a few other issues have been discovered. The current workaround is to use the unportable branch. Eloston provided his own builds at https://github.com/Eloston/ungoogled-chromium-binaries/releases, but they also haven't been updated in a while. You can dig through other issues' comments to find if anyone's built the latest version, or build it yourself. Alternatively you can use the snap/flatpak/appimage packages.

@ernobe
Copy link

ernobe commented May 26, 2022

Thanks for that. Will upgrade to 98 unportable from 95 (on Debian SID) and report back here if anything goes wrong.

@ernobe
Copy link

ernobe commented May 26, 2022

I got:

$/chromium
Illegal instruction
$/

EDIT: I did some research and according to a comment on Linux Mint forums the latest versions of Chromium require sse3. I've got sse2 (and ssse3 whatever that means).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants