LesSix, Ltm, Soleiade, Trois, Robots, Bureaucrates, Administrateurs d’interface, ltm, soleil, Modérateurs, Administrateurs, trois, Modificateurs de widgets
5 689
modifications
(Alternative portable) |
|||
Ligne 1 : | Ligne 1 : | ||
== Ubuntu == | |||
* https://askubuntu.com/questions/1298493/how-to-install-ungoogled-chromiun-on-ubuntu-20-04 | |||
=== Extrait === | |||
Ungoogled-chromium can conflict with Chromium, if it is installed, so you should first uninstall it. | |||
To do this, open a terminal and run in it: | |||
<code>sudo apt-get autoremove --purge chromium</code> | |||
The project is in the openSUSE repositories, to install it from there, you would have to perform a series of instructions: | |||
In principle add the repository to the sources.list file running in terminal: | |||
<code>echo 'deb <nowiki>http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal/</nowiki> /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium.list</code> | |||
Then we would have to add the public key by executing in the terminal: | |||
<code>sudo wget -nv <nowiki>https://download.opensuse.org/repositories/home:ungoogled_chromium/Ubuntu_Focal/Release.key</nowiki> -O "/etc/apt/trusted.gpg.d/home:ungoogled_chromium.asc"</code> | |||
Now it only remains to update the system and install it, running in terminal: | |||
<code>sudo apt update | |||
sudo apt install ungoogled-chromium</code> | |||
Using this method, you make sure you keep it updated with each new version, that the project team keeps updating. | |||
On this site, you can obtain information about the program, as well as obtain the binaries to install it manually: | |||
https://github.com/Eloston/ungoogled-chromium#feature-overview | |||
== OS X == | |||
Pour trouver la dernière version du fichier chrome-mac.zip pour [[w:Chromium]] : | Pour trouver la dernière version du fichier chrome-mac.zip pour [[w:Chromium]] : | ||
* http://build.chromium.org/f/chromium/snapshots/ | * http://build.chromium.org/f/chromium/snapshots/ |
modifications