A lightweight Bash script that fetches and installs the latest **Snap‑free **`` versions of Thunderbird and Chromium from Linux Mint’s upstream repository, for Ubuntu‑based distributions (e.g., Kubuntu, Pop!_OS).
- Downloads 64‑bit
.debpackages of Thunderbird (main +enlocale) and Chromium - Skips downloads if files already exist
- Installs or updates via
dpkgand resolves dependencies withapt - Caches packages in
~/.local/mint-debs/
- Ubuntu‑based distro (tested on Kubuntu 25.04)
- 64‑bit architecture
wget,dpkg,aptinstalled- Internet connection
- Download & make executable
chmod +x get-mint-debs.sh
- Run the updater
./get-mint-debs.sh
- Parses Linux Mint’s upstream pool to find the latest .deb filenames
- Downloads any new packages into
~/.local/mint-debs/ - Installs or updates them via
dpkgand fixes dependencies withapt-get install -f
- Packages are served directly by
packages.linuxmint.com - No extra repositories are added—safe for Ubuntu systems
- Run the script manually whenever you want to refresh
Remove cached .deb files to free space:
rm -rf ~/.local/mint-debs/*Distributed under the MIT License. Feel free to fork, star, or contribute!