Welcome, Guest
Username: Password: Remember me
Discussions for CodeTyphon Studio Installation and Setup.
  • Page:
  • 1

TOPIC:

How to install CT 4.60 in PCLinuxOS? 10 years 5 months ago #4795

  • Fernando P
  • Fernando P's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi:

Congratulations for this new release. I read in the release notes that PCLinux support was added, but I can't install it on a PCLinuxOS (KDE), reason:

sudo (command) is not implemented in PCLinuxOS. This distro use su command

When I tried to install I only get a error message

./install.sh line 76: sudo: order not found (traslated for me from spanish)
./install.sh line 77: sudo: order not found
./install.sh line 79: sudo: order not found
./install.sh line 80: sudo: order not found
./install.sh line 82: cd: /usr/lib/codeyyphon file or directory not found

Any solution?

Thanks in advance

Saludos desde México

Please Log in or Create an account to join the conversation.

How to install CT 4.60 in PCLinuxOS? 10 years 5 months ago #4796

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Use
as su
apt-get install sudo nano
to install sudo and nano editor.

Add User to Sudo List
nano /etc/sudoers
add at last line
username ALL=(ALL) NOPASSWD: ALL

unzip CT and start install (option 0)
sh ./install.sh
from Setup Screen
1) select KDE to Platform (option11-2)
2)Install System Libraries (option 0)
3)Build ALL (option 8)

look these screens
here
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

How to install CT 4.60 in PCLinuxOS? 10 years 5 months ago #4809

  • Fernando P
  • Fernando P's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Sternas thanks for your answer, but it doesn't solve the problem because sudo isn't in PCLinuxOS repositories.

Of couse it was my first action when I tried to install CT first time, and after read your post i tried again without succes.

The PCLinuxOS people are totally contrary to sudo use as you can read here: www.pclinuxos.com/forum/index.php?topic=90479.0

But after a deeper search I found a solution.

!) Open Synaptic
2) In menu "Settings choose Repositories
3) Locate the 2nd active repository
4) In the Sections line, after xfce, etc write special
5) Reload
6) Thats all, now you can install sudo

Please Log in or Create an account to join the conversation.

How to install CT 4.60 in PCLinuxOS? 10 years 5 months ago #4810

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir, we test in our lab so many Linux distributions
PCLinuxOS has it's own "theory",
we try hard to add support and to these Linux Distributions,
CT Installation and functionality request Sudo and we can't change this now.

Finally did you install CT on you PCLinuxOS Box ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

How to install CT 4.60 in PCLinuxOS? 10 years 4 months ago #4825

  • Fernando P
  • Fernando P's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
Hi Sternas:

No unfortunately, I can't install CT on PCLinuxOS. The installation process always finish with an error and return to the main menu. Of course this is not a problem with sudo, and at this time I'm not sure why, maybe KDE 4.11.3?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1