How to package install with package search sites on ubuntu?
How do I do the "{Package install } with https://www.debian.org/distrib/packages AND https://packages.ubuntu.com/ ? Like, how do I do it with Ubuntu, since I am using Ubuntu?
I assume that]] you need to open terminal and type "sudo apt install package-name" , but that wouldn't Make sense Becuase I don't find the apt name of package there on the websites!!!!
For example, I go to the debian.org/distrib/packages website, and I .look for the the package "breeze", and it shows several packages, but I choose the one at https://packages.debian.org/trixie/breeze . So, I type in " sudo apt install trixie/breeze" , buT it doesn"t work!! It returns an error saying "E: Unable to locate package trixie" .
It's the same issue with https://packages.ubuntu.com , I go to find packages for "breeze", and i find multiple, but i choose the one that's at https://packages.ubuntu.com/questing/breeze , SO I type in terminal "sudo apt install questing/breeze" , but it says the SAME ERROR.