Can anyone help me to find out which version of Ubuntu we use? [duplicate]
This question already has an answer here:
How can I find the version of Ubuntu that is installed?
16 answers
I need to be able to find out what version of Ubuntu we are using. I have no IT person who can help anymore.
Can anyone help please?
versions
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by karel, pomsky, DK Bose, Arronical, Elder Geek Jan 15 at 13:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How can I find the version of Ubuntu that is installed?
16 answers
I need to be able to find out what version of Ubuntu we are using. I have no IT person who can help anymore.
Can anyone help please?
versions
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by karel, pomsky, DK Bose, Arronical, Elder Geek Jan 15 at 13:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How can I find the version of Ubuntu that is installed?
16 answers
I need to be able to find out what version of Ubuntu we are using. I have no IT person who can help anymore.
Can anyone help please?
versions
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question already has an answer here:
How can I find the version of Ubuntu that is installed?
16 answers
I need to be able to find out what version of Ubuntu we are using. I have no IT person who can help anymore.
Can anyone help please?
This question already has an answer here:
How can I find the version of Ubuntu that is installed?
16 answers
versions
versions
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jan 15 at 12:17
Michelle SheersMichelle Sheers
112
112
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Michelle Sheers is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by karel, pomsky, DK Bose, Arronical, Elder Geek Jan 15 at 13:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, pomsky, DK Bose, Arronical, Elder Geek Jan 15 at 13:29
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
add a comment |
Open terminal and type the command:
lsb_release -a
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why this isn't calledubuntu-versionor similar, I don't know, I can never remember the command.
– pbhj
Jan 15 at 23:02
add a comment |
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release. - Or, in terminal enter
lsb_release -a. - Or, type
hostnamectlin the terminal.
If you need more details about kernels etc., you can type uname -a in the terminal. Read man page of the same at man uname for more details.
For more details, you can see this answer.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
add a comment |
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
add a comment |
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
In order to do so you don't need to have any kind of programming knowledge. I highly suggest you to go System settings >> System details or software details!
I hope it helps. Thank you.
answered Jan 15 at 13:01
Akshansh RawatAkshansh Rawat
2514
2514
add a comment |
add a comment |
Open terminal and type the command:
lsb_release -a
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why this isn't calledubuntu-versionor similar, I don't know, I can never remember the command.
– pbhj
Jan 15 at 23:02
add a comment |
Open terminal and type the command:
lsb_release -a
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why this isn't calledubuntu-versionor similar, I don't know, I can never remember the command.
– pbhj
Jan 15 at 23:02
add a comment |
Open terminal and type the command:
lsb_release -a
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Open terminal and type the command:
lsb_release -a
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jan 15 at 17:28
Kulfy
4,21651342
4,21651342
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Jan 15 at 12:22
AnshulP10AnshulP10
211
211
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
AnshulP10 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Why this isn't calledubuntu-versionor similar, I don't know, I can never remember the command.
– pbhj
Jan 15 at 23:02
add a comment |
Why this isn't calledubuntu-versionor similar, I don't know, I can never remember the command.
– pbhj
Jan 15 at 23:02
Why this isn't called
ubuntu-version or similar, I don't know, I can never remember the command.– pbhj
Jan 15 at 23:02
Why this isn't called
ubuntu-version or similar, I don't know, I can never remember the command.– pbhj
Jan 15 at 23:02
add a comment |
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release. - Or, in terminal enter
lsb_release -a. - Or, type
hostnamectlin the terminal.
If you need more details about kernels etc., you can type uname -a in the terminal. Read man page of the same at man uname for more details.
For more details, you can see this answer.
add a comment |
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release. - Or, in terminal enter
lsb_release -a. - Or, type
hostnamectlin the terminal.
If you need more details about kernels etc., you can type uname -a in the terminal. Read man page of the same at man uname for more details.
For more details, you can see this answer.
add a comment |
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release. - Or, in terminal enter
lsb_release -a. - Or, type
hostnamectlin the terminal.
If you need more details about kernels etc., you can type uname -a in the terminal. Read man page of the same at man uname for more details.
For more details, you can see this answer.
There can be many ways to do this-
- You could find System Info in System Settings, or search for the same in the program menu, which would give you a GUI overview.
- In terminal, enter
cat /etc/os-release. - Or, in terminal enter
lsb_release -a. - Or, type
hostnamectlin the terminal.
If you need more details about kernels etc., you can type uname -a in the terminal. Read man page of the same at man uname for more details.
For more details, you can see this answer.
edited Jan 15 at 17:29
Kulfy
4,21651342
4,21651342
answered Jan 15 at 12:49
thephoenix01thephoenix01
362212
362212
add a comment |
add a comment |