WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to get a list of all currently installed extensions from a terminal?  (Read 5035 times)

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
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

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: How to get a list of all currently installed extensions from a terminal?
« Reply #1 on: October 25, 2015, 03: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.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: How to get a list of all currently installed extensions from a terminal?
« Reply #2 on: October 25, 2015, 05:13:51 PM »
Code: [Select]
tce-status -i
Download a copy and keep it handy: Core book ;)

Offline pq5190362

  • Sr. Member
  • ****
  • Posts: 286
Re: How to get a list of all currently installed extensions from a terminal?
« Reply #3 on: October 26, 2015, 12:41:08 AM »
Code: [Select]
tce-status -i

Perfect, thank you, exactly what I was looking for  :).

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: How to get a list of all currently installed extensions from a terminal?
« Reply #4 on: October 26, 2015, 01: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