Page 1 of 1

I have a problem to run km2sdds script

Posted: 02 Aug 2024, 06:13
by obh1996
when I run "km2sdds", I receive a below error messge.

obh96@DESKTOP-MUVUBAN:~/EPU/Hmode$ km2sdds kickmap.txt kickmap.sdds
/usr/bin/km2sdds: 3: exec: oagtclsh: not found

Therefore, I tried to install "OAGTclTk-1.28-1.ubuntu.22.04.x86_64.rpm"
I receive a below error messge too.

obh96@DESKTOP-MUVUBAN:~/EPU/Hmode$ sudo alien -i OAGTclTk-1.28-1.ubuntu.22.04.x86_64.rpm
[sudo] password for obh96:
Unpacking of 'OAGTclTk-1.28-1.ubuntu.22.04.x86_64.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 168.

I use window subsystem linux (WSL) and OS is ubuntu.
Please tell me how to fix this problem.

sincelery,
Boonghoon Oh.

Re: I have a problem to run km2sdds script

Posted: 14 Aug 2024, 15:02
by soliday
I played around with it trying to get it to work with alien. I can get it to get past that problem but it refuses the run the internal script to setup the symlinks. The only thing that seems to really work is to not use alien at all. Instead run:

sudo rpm -ivh <rpmfile>

This will install it and setup the symlinks properly.

Re: I have a problem to run km2sdds script

Posted: 23 Aug 2024, 08:25
by obh1996
I installed rpm following your advice
and it works.
Thanks very much.

sincelery,
Boonghoon Oh.