12

The accepted answer of the thread How do I check system specifications? is about System Monitor → System in 11.04. However, there is no tab System anymore in the application System Monitor of Ubuntu 15.10. I still want to do the checking by default tools, not by external installations.

How can you check system specifications in Ubuntu 15.10?

1 Answers1

14

You can find some info under System Settings → DetailsOverview. It gives you some details about your RAM, Processor, OS Type and hardrive.

Overview

If you want something more complete you can install HardInfo via terminal:

sudo apt-get install hardinfo

It gives you a very complete description about your system.

HardInfo

Have a nice day!

Redauser
  • 156