View previous topic :: View next topic |
Author |
Message |
Suratka Voice
Joined: 25 Jun 2016 Posts: 19
|
Posted: Fri Mar 05, 2021 3:33 pm Post subject: How do you install the tcl.tar.gz? |
|
|
Hello everyone. a trivial question for many of you who are super savvy.
As for the normal tcls I learned to install them, one thing I never understood is how do you install the tc ending with "tar.gz" ??
Thanks: D _________________ IRCwebNET |
|
Back to top |
|
 |
geek Voice
Joined: 24 Oct 2008 Posts: 37
|
Posted: Fri Mar 05, 2021 4:14 pm Post subject: |
|
|
this is a compressed archive file
to extract use: Quote: | tar xzvf tcl.tar.gz |
|
|
Back to top |
|
 |
Suratka Voice
Joined: 25 Jun 2016 Posts: 19
|
Posted: Fri Mar 05, 2021 4:23 pm Post subject: Where is it? |
|
|
yes I know and I also know how to extract etc ..
I just don't understand where and how to install in eggdrop? in which directory of the eggdrop should I unzip and install it?
For example, in this case it is a trivia. _________________ IRCwebNET |
|
Back to top |
|
 |
ComputerTech Master

Joined: 22 Feb 2020 Posts: 393
|
|
Back to top |
|
 |
CrazyCat Owner

Joined: 13 Jan 2002 Posts: 972 Location: France
|
Posted: Fri Mar 05, 2021 6:49 pm Post subject: |
|
|
When you get a tar.gz file (or tgz), the best way is to copy it in your eggdrop/scripts/ directory and uncompress from it.
If the creator made a good job, it's all right. If he added the initial directory, then move everything.
Example: the dummy.tgz file containes dummy/dummy.tcl and dummy/dummy.conf.
When you extract, you obtain scripts/dummy/dummy.tcl and scripts/dummy/dummy.conf.
Just do (from scripts/ directory):
Code: | mv dummy/* ./
rm -rf dummy/ |
P.S.: small advisory: learn the linux basics, it could really help. _________________ https://www.eggdrop.fr
Offer me a coffee - Do not ask me help in PM, we are a community. |
|
Back to top |
|
 |
|