Page 1 of 1

Running cloudcompare on ubuntu 16.04 lts

Posted: Tue Jul 18, 2017 3:37 pm
by amitoz
Hello Everyone,

I am a newbie to Ubuntu. I decided to install cloud compare. Everything got installed without any err or dependency issue, in the /snap/cloudcompare. Initially I couldn't figure it out how to run this application. Then I saw binary CloudCompare inside /snap/cloudcomapre/1/bin. I changed my directory to it and used ./CloudCompare but it is throwing this error.
error while running CC
error while running CC
cc.png (19.03 KiB) Viewed 13910 times
I am not even sure is it even a right way to run CC. Kindly help me running CC on my Ubuntu.

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Tue Jul 18, 2017 7:27 pm
by daniel
Have you tried to simply type 'CloudCompare'?

At least you shouldn't launch it from the snap bundle!

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Wed Jul 19, 2017 12:23 am
by amitoz
Yes I did. CloudCompare: command not found was the issue. So obviously the PATH environment has to be appended. Which I did by adding /snap/cloudcompare/1/bin to the PATH. Should I add something else to the PATH?

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Wed Jul 19, 2017 7:06 am
by Romain.Janvier
In Snap, there is a namespace concept, to launch your application you have to type namespace.applicationbinary . for CC package the namespace is cloudcompare. So you you have to type cloudcompare.CloudCompare.

you can also launch CC from the Unity shell by clicking on the icon.

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Wed Jul 19, 2017 1:38 pm
by amitoz
Thank you Roman it works. Any reference to understand this namespace concept? Now after launching the application I have locked it on my unity shell.
Best regards

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Wed May 02, 2018 1:34 am
by a.patience
amitoz wrote:Thank you Roman it works. Any reference to understand this namespace concept? Now after launching the application I have locked it on my unity shell.
Best regards
Namespaces are an Object-Oriented Programming (OOP) concept:

https://docs.microsoft.com/en-us/dotnet ... /namespace

Easiest to think of a namespace as an environment in which objects can exist.

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Tue May 22, 2018 6:15 pm
by augle
I've got the same problem, but when trying with "cloudcompare.CloudCompare", I got
bash: cloudcompare.CloudCompare: No such file or directory

I am running Linux Mint 17.2, and installation with

sudo apt install snapd
snap install cloudcompare

produces no error

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Thu Jun 07, 2018 5:36 pm
by TheOrdinaryMan
Same here, ubuntu 14.04, running cloudcompare.Cloudcompare gives "command not found"

Also attempting to download the stable build with snap makes it download 2.10-beta

Re: Running cloudcompare on ubuntu 16.04 lts

Posted: Fri Jun 08, 2018 8:00 am
by Romain.Janvier
@augie please try to reboot your computer an try to launch CloudCompare first through the graphic shell.