The link is fixed. The problem is that the packagers are making changes, updating installers and moving them, and they are not reporting here.
It depends on your Ubuntu version. Please refer to this thread for a better clarification on this.PaulG wrote: ↑Mon Apr 29, 2019 8:02 pmI understand that this release supports both Python2 and Python3, but I am having trouble getting it to work with Python 3. Could someone please clarify whether the same package should work with both 2 and 3 (surprise me) or should I be looking for a separate package on the PPA. If there is a separate package then a pointer to find it would be nice (Ubuntu). If it's not there yet just tell me to be patient.
The software is split into common packages, and packages specific to your Python version. Remove everything, then install only these packagesPaulG wrote: ↑Mon Apr 29, 2019 8:02 pmI understand that this release supports both Python2 and Python3, but I am having trouble getting it to work with Python 3. Could someone please clarify whether the same package should work with both 2 and 3 (surprise me) or should I be looking for a separate package on the PPA. If there is a separate package then a pointer to find it would be nice (Ubuntu). If it's not there yet just tell me to be patient.
Code: Select all
sudo apt install freecad-common
sudo apt install freecad-runtime
sudo apt install freecad-python3
sudo apt install libfreecad-python3-0.18
Code: Select all
sudo update-alternatives --config freecad
The link seems to be broken again for me.