Condobloke
Well-Known Member

Deb-get Make Easy to Install Many App .DEB Packages Not in Ubuntu Repository
Want to install an app via classic DEB package, but it’s not available in Ubuntu’s own repository? There’s a new command line tool “deb-get”, makes installing apps fro…
ubuntuhandbook.org
Want to install an app via classic DEB package, but it’s not available in Ubuntu’s own repository? There’s a new command line tool “deb-get“, makes installing apps from 3rd party repositories as easy as single command.
Many applications (e.g., Google Chrome, 1Password, Teamviewer and more) provide DEB packages for Debian/Ubuntu either in their own apt repositories / PPAs or for downloading directly in website.
For example, run the command below in terminal will add Mozilla Team PPA and install Firefox ESR automatically:
deb-get install firefox-esr
You may firstly, run the command below to get a full list of supported packages:
deb-get list
Or use deb-get search KEYWORD to find out if your app is supported.
etc ....etc
READ IT