slackbuilds/system/google-chrome-the-latest
Antonio Leal cf21ec746d
system/google-chrome-the-latest: Updated for version 4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2025-04-06 08:39:23 +07:00
..
README system/google-chrome-the-latest: Updated for version 4.1 2025-03-24 12:00:54 +07:00
doinst.sh system/google-chrome-the-latest: Updated for version 3.1. 2023-12-04 19:26:03 +07:00
douninst.sh system/google-chrome-the-latest: Updated for version 4.1 2025-03-24 12:00:54 +07:00
google-chrome-the-latest.SlackBuild system/google-chrome-the-latest: Updated for version 4.2 2025-04-06 08:39:23 +07:00
google-chrome-the-latest.info system/google-chrome-the-latest: Updated for version 4.2 2025-04-06 08:39:23 +07:00
slack-desc

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Installing/Maintaining an updated Chrome Browser on Slackware is
now easier with this small program, "google-chrome-the-latest".
It is a simple python script that checks what is the latest
version available and updates it on your Slackware box.

It identifies a new version number by parsing the web-page at
https://www.whatismybrowser.com/guides/the-latest-version/chrome
and comparing with the chrome version number currently installed.
If they differ the program downloads the official "deb release"
from Google and then it uses the SlackBuild shipped with
Slackware at /extra/google-chrome to build your binary package.

You can run this script manually or automatically with the
provided cron.hourly script. The cron script will attempt to
identify which user to notify, otherwise you can edit it and set
the variable USERNAME=your username

In order to avoid excessive hits on whatismybrowser.com actual
checks are limited to "once a day", but you can bypass this with the
arguments "install", "upgrade" or "update". These all mean then
same and imply a download from Google and perform an install or
an upgrade, if one is required of course.
Normally it is asked if you want to install the new version, but
providing the argument "silent" will just update with no
human intervention.
The argument "gui" will present a window where you can check the
current version and carry out a manually upgrade.

Note: This program runs in the background.  To collect your input,
dialogs appear and disappear. Don't be alarmed and wait for the
program to end.

Workflows:

1. Every day the program checks if a new browser is available
   and notifies you through a pop-up window. This is default behavior.

2. You can start the program manually using the icon available
   in the desktop menu to trigger the download, check and
   install/upgrade the browse if required.

3. From the command line, if you don't have yet Chrome installed
   you can do so by simply by running:
   /opt/google-chrome-the-latest/google-chrome-the-latest.py install

4. From the command line, you can force a Chrome download and
   upgrade without any pop-up window, with:
   /opt/google-chrome-the-latest/google-chrome-the-latest.py \
     silent upgrade