I have a problem to run km2sdds script

Moderators: michael_borland, soliday

Post Reply
obh1996
Posts: 2
Joined: 31 Jul 2024, 22:22

I have a problem to run km2sdds script

Post by obh1996 » 02 Aug 2024, 06:13

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.

soliday
Posts: 403
Joined: 28 May 2008, 09:15

Re: I have a problem to run km2sdds script

Post by soliday » 14 Aug 2024, 15:02

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.

obh1996
Posts: 2
Joined: 31 Jul 2024, 22:22

Re: I have a problem to run km2sdds script

Post by obh1996 » 23 Aug 2024, 08:25

I installed rpm following your advice
and it works.
Thanks very much.

sincelery,
Boonghoon Oh.

Post Reply