Skip to content

Commit

Permalink
chrome 126.0.6478.55 (Official Build) (64-bit), tidies readme and add…
Browse files Browse the repository at this point in the history
…s logs #44
  • Loading branch information
mxochicale committed Jun 12, 2024
1 parent baaac3c commit 821afe1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
36 changes: 9 additions & 27 deletions chrome/README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,22 @@
# Chrome
# Chrome
[Google Chrome](https://en.wikipedia.org/wiki/Google_Chrome) is a web browser developed by Google.

## Download latest version of chrome
Go to https://www.google.com/chrome/ to download this file: `google-chrome-stable_current_amd64.deb`
Go to
https://www.google.com/chrome/
to download `google-chrome-stable_current_amd64.deb`

## Install the package via the terminal
```
sudo dpkg -i google-chrome-stable_current_amd64.deb
```
If you have issues, you may have to run:
## Install and update package via the terminal
```
sudo apt-get -f install
sudo dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb #delete deb file
```

## Update

Get Chrome for Linux
Debian/Ubuntu/Fedora/openSUSE.
Please select your download package: 64 bit .deb (For Debian/Ubuntu)


## logs and commits
See [logs](logs.md) for installed versions
```
sudo apt-get -f install
sudo dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb #delete deb file
git commit -m 'chrome <INSERT_VERSION> #44'
```

## Remove
Expand All @@ -36,16 +28,6 @@ rm -rf ~/.cache/google-chrome
```


## Logs
* Version 88.0.4324.182 (Official Build) (64-bit) on Jan 2021
* Version 97.0.4692.71 (Official Build) (64-bit) on Wed 5 Jan 11:17:54 GMT 2022
* Version 106.0.5249.91 (Official Build) (64-bit) on Sun 2 Oct 19:45:23 BST 2022 #cannot load mails,twitter
* 90.0.4430.72 80.78 MB 2022-05-31
Version 90.0.4430.72 (Official Build) (64-bit) on Sun 2 Oct 20:03:44 BST 2022 #works
* 104.0.5112.102 80.78 MB 2022-05-31
Version 104.0.5112.101 (Official Build) (64-bit) on Sun 2 Oct 20:06:35 BST 2022 # works
* Version 107.0.5304.87 (Official Build) (64-bit) on Fri 28 Oct 14:46:28 BST 2022

## Mirrors with older versions
https://www.slimjet.com/chrome/google-chrome-old-version.php
http://orion.lcg.ufrj.br/RPMS/myrpms/google/
Expand Down
18 changes: 18 additions & 0 deletions chrome/logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Logs

* Version 126.0.6478.55 (Official Build) (64-bit) on Wed 12 Jun 23:34:09 BST 2024

* Version 107.0.5304.87 (Official Build) (64-bit) on Fri 28 Oct 14:46:28 BST 2022

* 104.0.5112.102 80.78 MB 2022-05-31
Version 104.0.5112.101 (Official Build) (64-bit) on Sun 2 Oct 20:06:35 BST 2022 # works

* 90.0.4430.72 80.78 MB 2022-05-31
Version 90.0.4430.72 (Official Build) (64-bit) on Sun 2 Oct 20:03:44 BST 2022 #works

* Version 106.0.5249.91 (Official Build) (64-bit) on Sun 2 Oct 19:45:23 BST 2022 #cannot load mails,twitter

* Version 97.0.4692.71 (Official Build) (64-bit) on Wed 5 Jan 11:17:54 GMT 2022

* Version 88.0.4324.182 (Official Build) (64-bit) on Jan 2021

0 comments on commit 821afe1

Please sign in to comment.