Installing in Ubuntu 20.04

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Installing in Ubuntu 20.04

Post by Willem »

I installed a new SSD harddisc in my PC and I installed a fresh Ubuntu 20.04. One of the software packages I need is Freecad.

- Installing with "sudo apt-get install freecad" will install an outdated dinosaur package Freecad 0.18

- sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
sudo apt-get update for a daily package will install nothing

With the ubuntu snap I could install a freecad 0.19

I do not know how to get a daily version

I am a Freecad user for many years and this is the first time I have problems with installing
mendy
Posts: 262
Joined: Mon May 21, 2018 2:16 pm

Re: Installing in Ubuntu 20.04

Post by mendy »

Hi am on Ubuntu Mate 20.04 and use the appimage for 0.20 at

https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds

They are updated weekly on Sundays.

Edit: Only slight issue is when you update have to change open with settings, minor.
Edit: 2
Also if you want 0.19 appimage

https://www.freecadweb.org/downloads.php
User avatar
Shalmeneser
Veteran
Posts: 9554
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: Installing in Ubuntu 20.04

Post by Shalmeneser »

Development versions at the bottom page : https://www.freecadweb.org/downloads.php :roll:
jeno
Veteran
Posts: 1850
Joined: Sun Jun 29, 2014 10:41 am

Re: Installing in Ubuntu 20.04

Post by jeno »

Willem wrote: Wed Jun 23, 2021 8:15 pm ...
- sudo add-apt-repository ppa:freecad-maintainers/freecad-daily
sudo apt-get update for a daily package will install nothing
...
Hi Willem,
apt update does not change things. The daily package has a different name.

Code: Select all

sudo apt install freecad-daily
should do the job. Remove the stable package of freecad previously.

cheers
User avatar
thomas-neemann
Veteran
Posts: 11895
Joined: Wed Jan 22, 2020 6:03 pm
Location: Osnabrück DE 🇩🇪
Contact:

Re: Installing in Ubuntu 20.04

Post by thomas-neemann »

Willem wrote: Wed Jun 23, 2021 8:15 pm
I use appimages wherever possible, including freecad. this is how the linux systems I install and support run best (so far)
Gruß Dipl.-Ing. (FH) Thomas Neemann

https://www.youtube.com/@thomasneemann5 ... ry=freecad
User avatar
Willem
Veteran
Posts: 1854
Joined: Fri Aug 12, 2016 3:27 pm
Location: Lisse, The Netherlands

Re: Installing in Ubuntu 20.04

Post by Willem »

Thanks guys I have now a stable version and a daily version on my PC..
mendy
Posts: 262
Joined: Mon May 21, 2018 2:16 pm

Re: Installing in Ubuntu 20.04

Post by mendy »

Just curious what method did you use to get daily? I seem to only find weekly as on FreeCad page for downloads of development versions for Linux. Thanks
jeno
Veteran
Posts: 1850
Joined: Sun Jun 29, 2014 10:41 am

Re: Installing in Ubuntu 20.04

Post by jeno »

mendy wrote: Thu Jun 24, 2021 11:42 am Just curious what method did you use to get daily? I seem to only find weekly as on FreeCad page for downloads of development versions for Linux. Thanks
The freecad-daily ppa is only for Ubuntu and most of its derivatives. Please read carefully the section technical details before adding the ppa. And daily doesn't really mean daily updates. It is frequently updated but not in a daily cycle. To avoid trouble in advance remove freecad-daily before you upgrade to a new release of your distribution and then change the information in sources.list-file by hand. The upgrade mechanism usually deactivates entries for ppa's and other "foreign" sources.

cheers
mendy
Posts: 262
Joined: Mon May 21, 2018 2:16 pm

Re: Installing in Ubuntu 20.04

Post by mendy »

Hi, i understand the PPA and used it for a long time until recently. Go to your link and look and you will see that only 18.04 has been / is being updated. 20.04 which OP and I have were not updated since 3/22. Roundabout reading various posts it seems they having problems with compiling and basically switched to weekly builds at

https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds

I liked the daily as updates were seamless, with the appimage each new one have to just once right click on FreeCad file and change the open with to the new appimage. Use Ksnip for screenshots and use the continuous version which works like the dailys, no file association change.

I was just curious if OP found a different path to dailys or is using the weekly.
:) :)
Post Reply