Is using deb-get
the fastest way to install a app, eg I wanna install uTorrent, so would I preinstall from GitHub deb-get
?
Then afterwards would I download uTorrent official for Linux, then run sudo apt install
then drag and drop the downloaded file from Firefox? Or would I need to add sudo apt install latest
and then drag and drop?
sudo apt install [package]
is the fastest there is. But you appear to be interested in packages outside the repositories which have their own installation instructions. – Jos Dec 14 '23 at 11:57