You don't mention what Ubuntu version you are on, but if memtest is not installed you may be on 14.04 or higher. I read somewhere recently Canonical was considering it for removal from the default install, but I don't know if that was followed through with.
To check if a package is available open a terminal (ctrl + alt + t, keyboard combination in Unity),
For memtest86+
Code:
apt-cache policy memtest86+
For example : from my Debian install I get
If yours shows "Installed:none", then issue the following command in terminal, enter your password (it won't show, a security measure) then press enter,
Code:
sudo apt-get install memtest86+
this should automatically add a grub menu entry for it. Then you can use it from the next boot up. Cheers, yeti.
Edit: I just realized this post is in "New to Ubuntu", alternatively you could search in Software Center for "memtest86" and install from there if not already installed (note there may be 2 possible downloads, memtest86 and memtest86+, you only need to install 1, afaik)
Bookmarks