Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: pq5190362 on October 25, 2015, 06:41:42 PM

Title: How to get a list of all currently installed extensions from a terminal?
Post by: pq5190362 on October 25, 2015, 06:41:42 PM
Hello,

is it possible to get a list of all currently installed extensions from a terminal?

And if yes: Which command would one use to list them?

Regards
Title: Re: How to get a list of all currently installed extensions from a terminal?
Post by: nitram on October 25, 2015, 06:55:04 PM
ls /usr/local/tce.installed believe lists extensions that are actually *installed*/loaded into RAM. Otherwise just use 'ls /etc/sysconfig/tcedir/optional | grep whatever' to find what's actually downloaded onto your drive/stick.
Title: Re: How to get a list of all currently installed extensions from a terminal?
Post by: Misalf on October 25, 2015, 08:13:51 PM
Code: [Select]
tce-status -i
Title: Re: How to get a list of all currently installed extensions from a terminal?
Post by: pq5190362 on October 26, 2015, 03:41:08 AM
Code: [Select]
tce-status -i

Perfect, thank you, exactly what I was looking for  :).
Title: Re: How to get a list of all currently installed extensions from a terminal?
Post by: Juanito on October 26, 2015, 04:13:45 AM
..and this will let you know if a specific extension is loaded:
Code: [Select]
$ tce-status -i | grep Xorg-7.7-3d