tis-glary-utilities

6.26.0.30-2
Includes over 20+ system utilities to improve your computer performance.
4874 downloads
Download
See build result See VirusTotal scan
tis-glary-utilities icon
  • package : tis-glary-utilities
  • name : Glary Utilities
  • version : 6.26.0.30-2
  • categories : Utilities
  • maintainer : WAPT Team,Tranquil IT,Pierre Cosson
  • editor : Glarysoft
  • licence : proprietary
  • locale : all
  • target_os : windows
  • impacted_process : Integrator
  • architecture : all
  • signature_date : 2025-06-14 11:02
  • size : 27.98 Mo
  • installed_size : 62.91 Mo
  • homepage : https://www.glarysoft.com/
package           : tis-glary-utilities
version           : 6.26.0.30-2
architecture      : all
section           : base
priority          : optional
name              : Glary Utilities
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,Pierre Cosson
description       : Includes over 20+ system utilities to improve your computer performance.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.0
sources           : https://www.glarysoft.com/
installed_size    : 62910805
impacted_process  : Integrator
description_fr    : Comprend plus de 20 utilitaires système pour améliorer les performances de votre ordinateur
description_pl    : Zawiera ponad 20+ narzędzi systemowych do poprawy wydajności komputera
description_de    : Enthält mehr als 20 Systemdienstprogramme zur Verbesserung der Leistung Ihres Computers
description_es    : Incluye más de 20 utilidades del sistema para mejorar el rendimiento de tu ordenador
description_pt    : Inclui mais de 20+ utilitários de sistema para melhorar o desempenho do seu computador
description_it    : Include oltre 20 utility di sistema per migliorare le prestazioni del computer
description_nl    : Bevat meer dan 20+ systeemhulpprogramma's om uw computerprestaties te verbeteren
description_ru    : Включает более 20+ системных утилит для повышения производительности компьютера
audit_schedule    : 
editor            : Glarysoft
keywords          : 
licence           : proprietary
homepage          : https://www.glarysoft.com/
package_uuid      : d6518a76-6442-4e7d-8622-c47c127c2945
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 35e894fee965236bd9c8abffb456c639e678e4c2e340b95c446c99380ef52236
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-06-14T11:02:16.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : qWHQbR+HqbgeF+D5dIGgEHOnQpw7zf1ZcZ2dhZXI0zT6NtGRF8rgyVJRUWr2RY7GsCMgtCqEjzSZdAxE4rpdihU35OPqN/1UOFmR1ofHWvHDPaMlR9gELetwVGTl2GnnSdQaF8DVF9rn0KcNSqLExvUfYAKgvhgkGEHncQ1G8FJ56i98tQ3YndRrmrx6rG0OTjvEkcTZyhUmUnYMsInKULlRqpc9/+F5jkFLpKq8p0CumXjjGhTAWy59rJzhOv5w6mnbqH8SdMJHTekG6+Mh3un73gezV9VXT0Blea/lUUGLCd9EMSWEkx+C9qBir+Tcc6Nz0D847D/w8ajcbeysgg==
# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    short_version = control.get_software_version().split(".")[0]
    bin_name = glob.glob(f"gu{short_version}setup.exe")[0]

    # Installing the software
    install_exe_if_needed(
        bin_name,
        silentflags="/S",
        key="Glary Utilities",
        min_version=control.get_software_version(),
    )
# -*- coding: utf-8 -*-
from setuphelpers import *
import requests


def update_package():
    # Declaring local variables
    result = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    url = "https://www.glarysoft.com/aff/download.php?s=GU"

    download_url = requests.head(url, allow_redirects=True).url
    latest_bin = download_url.split("/")[-1]

    print("Download URL is: %s" % download_url)

    # Downloading latest binaries
    print("Downloading: %s" % latest_bin)
    wget(download_url, latest_bin, proxies=proxies)
    version = get_version_from_binary(latest_bin)
    control.version = "%s-%s" % (Version(version), control.version.split("-", 1)[-1])

    # control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(version)

    # Validating or not update-package-sources
    return result
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 : WAPT/changelog.txt
b113b1cc01d9baf7e2311157234bfd729f8ecfb33c520352a1256b303648b2cd : WAPT/control
35e894fee965236bd9c8abffb456c639e678e4c2e340b95c446c99380ef52236 : WAPT/icon.png
2eeae1e45e93eb52d0ac99d75b51df79ffeb98b97c02c9d983a3799731e96bdf : gu6setup.exe
4c92ff7090bdeca754962fa7265d7bafd61d065789d0f013908eecbcb387342e : luti.json
66280d2b78065685cabb8685f8d6355ff212ea91d8bd1d06693089d2df669249 : setup.py
875bc76300088dc4d0c90533113e743290dcc0703a6d35aa66506e0cc2d0e41a : update_package.py