[Dupe] Download link for Linux appimage is broken

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
ferdousazamkhan
Posts: 1
Joined: Tue Mar 03, 2020 10:47 pm

[Dupe] Download link for Linux appimage is broken

Post by ferdousazamkhan »

Hi,

Attention !! Linux appimage Download link is not working at FreeCAD main website at https://www.freecadweb.org/downloads.php

Links for windows and mac versions are working fine.

it is showing

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>5736080/7e37c000-5caa-11ea-9617-1eb72b1b5f67</Key>
<RequestId>5E8931B1C7003F14</RequestId>
<HostId>
CDZJU2swQ9bqfdbGYSnKkwC8fOkl+m0hadzDl/VWIvdQ2UxXyur3NdpWNWlt1uwXSsjDn8Bj1nQ=
</HostId>
</Error>

Please help correcting this.
Thank you,
Ferdous
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by triplus »

Should be back now.
ArminF
Posts: 771
Joined: Fri Dec 23, 2016 12:33 pm
Location: Augsburg, Germany

Re: [Dupe] Download link for Linux appimage is brokem

Post by ArminF »

Hi folks,

I recently upgraded from Ubuntu 16. 04 to Ubunto 18.04.4 LTS unfortunately my FreeCad daily disappeared after that Upgrade.
I tried to install is newly with

sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
sudo apt-get update
sudo apt-get install freecad-daily

of course one after the other
and with
ppa:freecad-maintainers/freecad-stable in the Ubuntu software center.
Both variants did not work.
My computer is a 32 bit system with 1.9GB RAM and 85 GB free space on C:/
processor is a Pentium(R) Dual-Core CPU E5300 @ 2.60GHz × 2

What did I do wrong???

Thanks in advance and best regards

Armin
Wer einen Rechtschreibfehler findet, kann ihn behalten :lol:
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by triplus »

Hi Armin

AppImage and PPA are different things. As far as the AppImage goes it likely wont work on your side (32 bit system). As for the packages available from the PPA. Currently i am not sure, on what the situation on Ubuntu 18.04 is. Package names and as far as the support for 32 bit systems is concerned. Taking a quick look on the Launchpad it looks like the package should be available. Maybe something like this will work:

Code: Select all

sudo apt-get install freecad-daily-python3
ArminF
Posts: 771
Joined: Fri Dec 23, 2016 12:33 pm
Location: Augsburg, Germany

Re: [Dupe] Download link for Linux appimage is brokem

Post by ArminF »

Unfortunately the daily version information says:
screenshot200311.png
screenshot200311.png (15.16 KiB) Viewed 2352 times
maybe it does not work on Ubuntu 18.04. ???

Armin
Wer einen Rechtschreibfehler findet, kann ihn behalten :lol:
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by vocx »

ArminF wrote: Wed Mar 11, 2020 4:53 pm maybe it does not work on Ubuntu 18.04. ???
The daily version works without problems in Ubuntu 18.04, 64-bit.

Code: Select all

apt-cache policy freecad-daily
freecad-daily:
  Installed: 0.19~pre2~202003101353~ubuntu18.04.1
  Candidate: 0.19~pre2~202003101353~ubuntu18.04.1
  Version table:
 *** 0.19~pre2~202003101353~ubuntu18.04.1 500
        500 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu bionic/main amd64 Packages
        500 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu bionic/main i386 Packages
        100 /var/lib/dpkg/status
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
ArminF
Posts: 771
Joined: Fri Dec 23, 2016 12:33 pm
Location: Augsburg, Germany

Re: [Dupe] Download link for Linux appimage is brokem

Post by ArminF »

vocx wrote: Wed Mar 11, 2020 5:13 pm
ArminF wrote: Wed Mar 11, 2020 4:53 pm maybe it does not work on Ubuntu 18.04. ???
The daily version works without problems in Ubuntu 18.04, 64-bit.

Code: Select all

apt-cache policy freecad-daily
freecad-daily:
  Installed: 0.19~pre2~202003101353~ubuntu18.04.1
  Candidate: 0.19~pre2~202003101353~ubuntu18.04.1
  Version table:
 *** 0.19~pre2~202003101353~ubuntu18.04.1 500
        500 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu bionic/main amd64 Packages
        500 http://ppa.launchpad.net/freecad-maintainers/freecad-daily/ubuntu bionic/main i386 Packages
        100 /var/lib/dpkg/status
Than it looks that my 32-bit system might cause the problem. Has anyone FreeCad on a 32-bit Ubuntu system with 18.04 LTS installed running?
If I knew that before I would have stayed with 16.04.

Regards, Armin
Wer einen Rechtschreibfehler findet, kann ihn behalten :lol:
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by vocx »

ArminF wrote: Fri Mar 13, 2020 4:05 pm Than it looks that my 32-bit system ...
Don't use 32-bit. This is 2020.
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: [Dupe] Download link for Linux appimage is brokem

Post by Kunda1 »

vocx wrote: Fri Mar 13, 2020 5:23 pm Don't use 32-bit. This is 2020.
No need to be so forward, there are distros that still support 32-bit and that's fine. Users who opt to do so understand the scarcity of packages that puts them in.
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply