Where do they go?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Ceilidh2

Where do they go?

Post by Ceilidh2 »

Hi.

I've recently downloaded a couple of packages through Software Manager (I run 17 MATE) and I can't find them in the Menu. The latest was memtester, which I expected to show up in System Tools, or Administration, but I can't find it anywhere, and it's not the first.

This command in a Terminal:

dpkg -l

produces a list with memtester in it, but I can't find a way to make it work.

Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Where do they go?

Post by jimallyn »

Open a terminal and type memtester. It's installed into /usr/sbin/memtester.
“If the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
nomko

Re: Where do they go?

Post by nomko »

Ceilidh2 wrote:Hi.
I've recently downloaded a couple of packages through Software Manager (I run 17 MATE) and I can't find them in the Menu. The latest was memtester, which I expected to show up in System Tools, or Administration, but I can't find it anywhere, and it's not the first.
This command in a Terminal:
dpkg -l
produces a list with memtester in it, but I can't find a way to make it work.
Thanks in advance.
I think you probably installed some terminal command line tools (cli) which won't show up in your menu, memetester is such a CLI tool.
If you remember which applications you installed, you can try to start them in the terminal.
Ceilidh2

Re: Where do they go?

Post by Ceilidh2 »

Thanks guys.

Yep, found that, now how do I make it GO? In Terminal I tried "start memtester", "run memtester". No luck.
WharfRat

Re: Where do they go?

Post by WharfRat »

Ceilidh2 wrote:Thanks guys.

Yep, found that, now how do I make it GO? In Terminal I tried "start memtester", "run memtester". No luck.
Did you try

Code: Select all

memtester
:?:
Ceilidh2

Re: Where do they go?

Post by Ceilidh2 »

Hi Wharfrat.

Yeah, I get this:

graeme@graeme-F3E ~ $ memtester
memtester version 4.3.0 (32-bit)
Copyright (C) 2001-2012 Charles Cazabon.
Licensed under the GNU General Public License version 2 (only).

pagesize is 4096
pagesizemask is 0xfffff000
need memory argument, in MB

Usage: memtester [-p physaddrbase [-d device]] <mem>[B|K|M|G] [loops]

Regards.
User avatar
Spearmint2
Level 16
Level 16
Posts: 6900
Joined: Sat May 04, 2013 1:41 pm
Location: Maryland, USA

Re: Where do they go?

Post by Spearmint2 »

why don't you just run the one already on the boot menu of the LIVE DVD?
All things go better with Mint. Mint julep, mint jelly, mint gum, candy mints, pillow mints, peppermint, chocolate mints, spearmint,....
michaelltaylor
Level 1
Level 1
Posts: 13
Joined: Tue Feb 19, 2013 5:24 am

Re: Where do they go?

Post by michaelltaylor »

There are several different arguments you can use with memtester. To get help you can the manual with the following command...

man memtester
Locked

Return to “Beginner Questions”