Is better to compile or PPA?

4 Antworten [Letzter Beitrag]
Jaume
Offline
Beigetreten: 11/08/2014

Hi everybody!

I am usign FreeCAD now quite intensively. In Trisquel reops there's 0.14 version, which is quite recent, but FreeCAD is in alfa version still and under very active development.

I would like to track FreeCAD's development more closely, and in their websie they state that are mantaining a PPA repository of "stable" versions of the program. There's also a GIT repository where I can download and build the program from scratch.

I know that none of these methods is advised to be used to have a stable system, but I'm in de mood of taking the risk, and would like to know...

Which method (compile from scratch versus PPA installing) is better to keep a more consistent system?

Will PPA alter official repos or create dependency conflicts with my installed packages?

Will compiled dependencies (installed in /usr/local/bin, for example) potentially conflict with "official" packages installed (mainly in /usr/bin)?

I would apreciate any ideas. Thank you!

Jaume.

aklis

I am a member!

I am a translator!

Offline
Beigetreten: 04/19/2005

Would you like to have freecad 0.14 imported into trisquel?

Magic Banana

I am a member!

I am a translator!

Online
Beigetreten: 07/24/2010

Installing from the PPA is *much* easier:
$ sudo add-apt-repository ppa:freecad-maintainers/freecad-stable
$ sudo apt-get update
$ sudo apt-get install freecad

If you really want to live at the bleeding edge (what means a higher chance of bugs and crashes), write "ppa:freecad-maintainers/freecad-daily" instead of "ppa:freecad-maintainers/freecad-stable".

Notice that you have to trust the guys who make the DEB packages not to include any additional proprietary software or even malware.

SuperTramp83

I am a translator!

Offline
Beigetreten: 10/31/2014

aklis - i like your profile pic!
is that a prog album cover? I think I saw it on an album but can't remember which one..

Jaume
Offline
Beigetreten: 11/08/2014

Thanks for the feedback.

I will try this PPA...

and will keep an eye to the website, in case they decide to include any non-free code in their packaging. For now it looks like all they file is under LGPL.

Cheers!

J