Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: 8051uc on August 03, 2015, 03:37:16 PM

Title: where is "whereis"
Post by: 8051uc on August 03, 2015, 03:37:16 PM
I am new to Tiny Core.  Loaded CorePlus-current.iso into 349M of RAM on an old Dell Inspiron 2600 laptop using "plop boot manager" and a USB drive (CDROM does not work properly).  Tiny Core was the only distribution that would come up and work at all.

Using App->Cloud->Browse->Download Only of "util-linux" Status shows it completed OK.

Tried to use "whereis" but it was not present.    Depends tabs shows it is supposed to be in /usr/local/bin/. 

It is not there.  What am I doing incorrectly?
Title: Re: where is "whereis"
Post by: gerald_clark on August 03, 2015, 03:59:52 PM
Apps "provides" function would tell you that it is in the util-linux extension.
Title: Re: where is "whereis"
Post by: 8051uc on August 03, 2015, 04:21:09 PM
I have been able to download and run Apps such as "xfe".  But after downloading the util-linux utilities the "whereis" command is never placed anywhere that I can find.
Title: Re: where is "whereis"
Post by: Misalf on August 03, 2015, 04:59:10 PM
Quote
[...]->Download Only of "util-linux" [...]
Download Only  does not "install" the extension.
Try
Code: [Select]
tce-load -i util-linux
Title: Re: where is "whereis"
Post by: 8051uc on August 03, 2015, 05:04:43 PM
That did it.  Thanks for your help.