Is it possible to install a program from an archive?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Delbruck
Level 3
Level 3
Posts: 100
Joined: Sun Nov 12, 2017 7:47 pm

Is it possible to install a program from an archive?

Post by Delbruck »

On my Windows machines I usually install chromium from an archive from the following website:
https://chromium.woolyss.com
From that site you will see a few different version of chromium available. The one I usually install is the "ungoogled" version. It has the least junk in it.

But here's the problem. I have installed Mint and I'm playing around with it and it seems that, as far as I can see, the only way to install chromium is from the package manager. Unfortunately this downloads and installs the full version that has just a bit of google crap in it.
There is an archive that I can download from my link above on that website that is for linux.

So here's my question ... is it possible, on linux mint, to install the version that I want from that downloaded archive so that, in the end, I end up with that version of chromium that I want?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 14
Level 14
Posts: 5106
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Is it possible to install a program from an archive?

Post by spamegg »

The archive you linked shows that the Mint repository version is the same as their version:
archive.png
Delbruck
Level 3
Level 3
Posts: 100
Joined: Sun Nov 12, 2017 7:47 pm

Re: Is it possible to install a program from an archive?

Post by Delbruck »

I don't think it is the same one as the one I am looking for is the archive here:
https://chromium.woolyss.com/#linux
That one is "ungoogled". Might have the same version number but it is slightly different.
Is it possible to install from an archive? Or update from the archive?
Attachments
1.jpg
User avatar
spamegg
Level 14
Level 14
Posts: 5106
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Is it possible to install a program from an archive?

Post by spamegg »

It seems possible here:
https://github.com/ungoogled-software/u ... ium-debian
They have instructions for Ubuntu Focal (Mint 20):

Code: Select all

# echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/ /' | sudo tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
# curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/Release.key' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
# sudo apt update
# sudo apt install -y ungoogled-chromium
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Is it possible to install a program from an archive?

Post by Flemur »

Delbruck wrote: Sun Jun 13, 2021 1:39 pm I don't think it is the same one as the one I am looking for is the archive here:
https://chromium.woolyss.com/#linux
That URL says their version for Mint is in the Mint repos; but there are a lot of archives at that URL - are you trying to install a different version, something other than the version they have for Mint?
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Delbruck
Level 3
Level 3
Posts: 100
Joined: Sun Nov 12, 2017 7:47 pm

Re: Is it possible to install a program from an archive?

Post by Delbruck »

Yes, I am trying to install the first one from the screenshot I posted. Notice that the third colored block in purple says "ungoogled". That is the one I want. I can download the archive but I don't know what to do with the files. In Windows you just copy the entire archive over to the chromium folder and overwrite the existing files. But in Linux I'm guessing you can't do that. I don't think that all the files are in one single folder.
Locked

Return to “Software & Applications”