+2 votes
in Operating Systems by (40.5k points)
What Linux command should I use to know which Ubuntu flavor I am running on my computer: “groovy”, “focal”, “bionic”, …?

1 Answer

+1 vote
by (348k points)
selected by
 
Best answer

You can run the command "lsb_release -cs" on your terminal. It will return the flavor of Ubuntu you are running on your computer.

$ lsb_release -cs
focal

Related questions


...