www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Simple Linux/Coedit install problem...

reply WhatMeWorry <kheaser gmail.com> writes:
I'm just learning Linux so this might be really stupid, but

Following the steps at 
https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure

The content must be extracted and executed:

Linux, all users, in a console cd to the file location and type
sudo .\coedit.<version>.<platform>.setup.

generic generic:~/Downloads$ ls -al   // after extracting...
total 39028
drwxr-xr-x  2 gen generic     4096 Jun 19 13:19 .
drwxr-xr-x 18 gen generic     4096 Jun 19 12:52 ..
-rwxr-xr-x  1 gen generic 32282733 May 27 00:48 
coedit.2update6.linux64.setup
-rw-rw-r--  1 gen generic  7666476 Jun 19 13:16 
coedit.2update6.linux64.setup.zip

But for the life of me I can't get the

sudo .\coedit.<version>.<platform>.setup    // to work.

generic generic:~/Downloads$ sudo .\coedit.2update6.linux64.setup

[sudo] password for generic: (enter my password)

sudo: .coedit.2update6.linux64.setup: command not found


My terminal (pwd) is sitting the the very directory at 
coedit...setup file?
Thanks.
Jun 19 2016
parent reply Zekereth <viserion.thrall gmail.com> writes:
On Sunday, 19 June 2016 at 18:54:16 UTC, WhatMeWorry wrote:
 But for the life of me I can't get the

 sudo .\coedit.<version>.<platform>.setup    // to work.
Use ./codedit etc instead.
Jun 20 2016
parent reply Zekereth <viserion.thrall gmail.com> writes:
On Monday, 20 June 2016 at 17:08:11 UTC, Zekereth wrote:
 On Sunday, 19 June 2016 at 18:54:16 UTC, WhatMeWorry wrote:
 But for the life of me I can't get the

 sudo .\coedit.<version>.<platform>.setup    // to work.
Use ./codedit etc instead.
./coedit rather! The ./ is what is important though.
Jun 20 2016
parent reply Basile B. <b2.temp gmx.com> writes:
On Monday, 20 June 2016 at 17:09:27 UTC, Zekereth wrote:
 On Monday, 20 June 2016 at 17:08:11 UTC, Zekereth wrote:
 On Sunday, 19 June 2016 at 18:54:16 UTC, WhatMeWorry wrote:
 But for the life of me I can't get the

 sudo .\coedit.<version>.<platform>.setup    // to work.
Use ./codedit etc instead.
./coedit rather! The ./ is what is important though.
Yes that that, I confirm that there's an error in the wiki.
Jun 21 2016
parent reply Basile B. <b2.temp gmx.com> writes:
On Tuesday, 21 June 2016 at 11:29:54 UTC, Basile B. wrote:
 On Monday, 20 June 2016 at 17:09:27 UTC, Zekereth wrote:
 On Monday, 20 June 2016 at 17:08:11 UTC, Zekereth wrote:
 On Sunday, 19 June 2016 at 18:54:16 UTC, WhatMeWorry wrote:
 But for the life of me I can't get the

 sudo .\coedit.<version>.<platform>.setup    // to work.
Use ./codedit etc instead.
./coedit rather! The ./ is what is important though.
Yes that's that, I confirm that there's an error in the wiki.
Fixed in latest wiki revision.
Jun 21 2016
parent WhatMeWorry <kheaser gmail.com> writes:
On Tuesday, 21 June 2016 at 11:33:20 UTC, Basile B. wrote:
 On Tuesday, 21 June 2016 at 11:29:54 UTC, Basile B. wrote:
 On Monday, 20 June 2016 at 17:09:27 UTC, Zekereth wrote:
 On Monday, 20 June 2016 at 17:08:11 UTC, Zekereth wrote:
 On Sunday, 19 June 2016 at 18:54:16 UTC, WhatMeWorry wrote:
 But for the life of me I can't get the

 sudo .\coedit.<version>.<platform>.setup    // to work.
Use ./codedit etc instead.
./coedit rather! The ./ is what is important though.
Yes that's that, I confirm that there's an error in the wiki.
Fixed in latest wiki revision.
Thanks Basile B. and Zekereth.
Jun 22 2016