Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: xor on February 14, 2020, 06:55:35 AM

Title: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: xor on February 14, 2020, 06:55:35 AM
? a previously downloaded * .tcz file; How to install from the local drive! ???
Title: Re: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: Juanito on February 14, 2020, 07:12:05 AM
Code: [Select]
$ tce-load -i extension_name
Title: Re: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: xor on February 14, 2020, 09:03:29 AM
Code: [Select]
$ tce-load -i extension_name

how !?

/dev/sdb  /tcz/*.tcz
Title: Re: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: Juanito on February 14, 2020, 09:16:25 AM
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.
Title: Re: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: xor on February 14, 2020, 10:26:23 AM
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!?
Title: Re: ? a previously downloaded * .tcz file; How to install from the local drive! ???
Post by: Rich on February 14, 2020, 10:43:39 AM
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