简体   繁体   中英

How to install TCL package textutil, tdom and udp?

./Tcltest.tcl I am having trouble executing the TCL script in my test environment.

Sourcing files.
INIT : ERROR while sourcing
can't find package textutil

The file also contains

package require textutil
package require tdom
package require udp

Please help.

For Ubuntu you would want

sudo apt install tcllib tdom tcl-udp

https://packages.ubuntu.com/

Using yum command

Then try the following:

sudo yum install tcllib tdom tcludp

Working on Linux x86_64

This is not particularly illuminating, an answer would be one of Centos, Scientific Linux, Fedora, RHEL, ... depending on the answer, additional steps will be required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM