Thread overview
Simple Linux/Coedit install problem...
Jun 19, 2016
WhatMeWorry
Jun 20, 2016
Zekereth
Jun 20, 2016
Zekereth
Jun 21, 2016
Basile B.
Jun 21, 2016
Basile B.
Jun 22, 2016
WhatMeWorry
June 19, 2016
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.





June 20, 2016
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.
June 20, 2016
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.
June 21, 2016
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.
June 21, 2016
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.


June 22, 2016
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.