Linux Debian
.deb can be installed only on distributions that use the APT (dpkg) package manager.
That is — all Debian-based.
✅ Where .deb works without issues
Debian
- Debian 9 / 10 / 11 / 12
Ubuntu and all derivatives
- Ubuntu (all LTS and regular)
- Kubuntu
- Xubuntu
- Lubuntu
- Ubuntu MATE
- Ubuntu Budgie
- Ubuntu Studio
- Linux Mint
- Pop!_OS
- Elementary OS
- Zorin OS
- KDE Neon
Other Debian-based
- MX Linux
- Kali Linux
- Parrot OS
- Deepin (previously was deb-based, now hybrid, but
.debstill installs)
- Devuan
- Peppermint OS
⚠️ Where .deb can be installed, but may not always work
(depends on libraries)
- SteamOS
- ChromeOS (via Linux beta)
- Deepin (some versions)
- installing Debian (.deb) image
CODE
sudo dpkg -i electron-vite-template-ru_1.0.0_amd64.deb- removing Debian (.deb) image
CODE
sudo dpkg -r electron-vite-template-ru
