WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ? a previously downloaded * .tcz file; How to install from the local drive! ???  (Read 4066 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
? a previously downloaded * .tcz file; How to install from the local drive! ???

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14798
Code: [Select]
$ tce-load -i extension_name

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
Code: [Select]
$ tce-load -i extension_name

how !?

/dev/sdb  /tcz/*.tcz

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14798
If you previously downloaded the extension with the apps gui or “tce-load -w”, the command I gave will  work.

If you downloaded the extension manually, you need to provide the path to the extension.

Offline xor

  • Hero Member
  • *****
  • Posts: 1268
If you previously downloaded the extension with the apps gui or “tce-load -w”, the command I gave will  work.

If you downloaded the extension manually, you need to provide the path to the extension.

please, can you create a CMD sample!?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11590
Hi xor
... /dev/sdb  /tcz/*.tcz

please, can you create a CMD sample!?

If you meant  /dev/sdb1  and it is mounted at  /mnt/sdb1  and the extension is in a directory called  tcz  then:
Code: [Select]
tce-load -i /mnt/sdb1/tcz/ExtensionName.tcz