Context
I am new to Linux, currently using Ubuntu 20.04. I think I understand (on a basic level) how my distribution differs from my OS and how Linux is different from Ubuntu/Mint/...
Question
When I am searching the web for answers to my problems, there is something I am not sure about: Should I search for help on Linux or should I be more specific and search for help for Ubuntu ?
Example
For example, should I search for
ubuntu how to install python 3
OR
linux how to install python 3
Further question
Is the answer to my question depending on which type of search I am making ? i.e. some searches are related to Linux, therefore I should search for Linux, and some other searches are related to Ubuntu, therefore I should search for Ubuntu ?
If that is the case, on which type of searches should I use Linux ? and on which type of searches should I use Ubuntu ?
Thanks in advance!
site:*.ubuntu.com
to my searches so I limit the results to official Ubuntu sources in my first try, expanding outside of official sites if I don't find what I need, or for another wording that may improve my understanding etc. On Ubuntu wiki/help pages etc, you can look bottom right to see the last time it was edited, and thus how up-to-date it is etc.. (which isn't always helpful; some details just don't change so the date itself doesn't always tell you much)... – guiverc Dec 30 '20 at 10:23site:*.ubuntu.com
my next search maybe a like tag looking at Debian pages. Ubuntu uses debian packages (ie. .deb files) so of course almost every Debian page is almost identical to the Ubuntu pages, except often written by another person, so if one is hard to understand, the same point in the Debian pages may be easier for me/you. This won't apply for everything though.. but for many topics I'd go to Debian next... before going wider to Linux. – guiverc Dec 30 '20 at 11:04