[GH-ISSUE #16] Dependency error google-chrome, though Chromium installed #12

Closed
opened 2026-03-01 14:39:50 +03:00 by kerem · 3 comments
Owner

Originally created by @mraduldubey on GitHub (May 16, 2017).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/16

Ubuntu, gives an error for dependency. It needs google-chrome to work. Enable it to work with Chromium at t least. They are essentially the same.

Originally created by @mraduldubey on GitHub (May 16, 2017). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/16 Ubuntu, gives an error for dependency. It needs google-chrome to work. Enable it to work with Chromium at t least. They are essentially the same.
kerem closed this issue 2026-03-01 14:39:50 +03:00
Author
Owner

@RamolaWeb commented on GitHub (May 16, 2017):

@mraduldubey I have installed the google-chrome-beta through the given instruction as follow

<!-- gh-comment-id:301785896 --> @RamolaWeb commented on GitHub (May 16, 2017): @mraduldubey I have installed the google-chrome-beta through the given instruction as follow - wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' - apt update - apt install google-chrome-beta python3 wget As it is provided in the README.MD and everything look fine , there is no dependency error found
Author
Owner

@pirate commented on GitHub (May 16, 2017):

@mraduldubey provide us with an error message or something please, otherwise there's no way we can help you. Chromium works fine, it has 1-1 feature parity with Google Chrome, just apt install chromium-browser, and replace the instances of google-chrome with chromium-browser in the script if you want to use it.

<!-- gh-comment-id:301824958 --> @pirate commented on GitHub (May 16, 2017): @mraduldubey provide us with an error message or something please, otherwise there's no way we can help you. Chromium works fine, it has 1-1 feature parity with Google Chrome, just `apt install chromium-browser`, and replace the instances of `google-chrome` with `chromium-browser` in the script if you want to use it.
Author
Owner

@mraduldubey commented on GitHub (May 18, 2017):

@pirate Thanks. Though that would be 'chromium-browser' not 'chromium'. Thanks for the script. It's awesome.

<!-- gh-comment-id:302293420 --> @mraduldubey commented on GitHub (May 18, 2017): @pirate Thanks. Though that would be 'chromium-browser' not 'chromium'. Thanks for the script. It's awesome.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#12
No description provided.