Snapd

From Open Source Ecology
Jump to: navigation, search

Snapd.png

Using instructions from https://snapcraft.io/install/freecad/mint#install

When I try https://community.linuxmint.com/software/view/freecad - it says FreeCAD is already installed. I have 16 and 18. How to add 19?

Update

Updating FreeCAD - https://forums.linuxmint.com/viewtopic.php?t=264658

To update repo in linux -

sudo add-apt-repository ppa:freecad-maintainers/freecad-daily

sudo apt-get update

Result after install:

marcin@marcin-Ryzen-3600:~$ sudo add-apt-repository ppa:freecad-maintainers/freecad-daily You are about to add the following PPA:

Ubuntu daily builds of FreeCAD. These packages are generated by Launchpad's automatic system, and are untested.

Note: the ccx package brings CalculiX support to the FEM workbench, and needs to be installed separately.

More info: https://launchpad.net/~freecad-maintainers/+archive/ubuntu/freecad-daily

Press Enter to continue or Ctrl+C to cancel

Executing: /tmp/apt-key-gpghome.O5uU7pF58z/gpg.1.sh --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 83193AA3B52FF6FCF10A1BBF005EAE8119BB5BCA gpg: key 005EAE8119BB5BCA: public key "Launchpad PPA for FreeCAD maintainers" imported gpg: Total number processed: 1 gpg: imported: 1


marcin@marcin-Ryzen-3600:~$ sudo apt-get install freecad-daily freecad-daily-doc Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package freecad-daily E: Unable to locate package freecad-daily-doc marcin@marcin-Ryzen-3600:~$

More: how about stable?

https://launchpad.net/~freecad-maintainers/+archive/ubuntu/freecad-stable

Appimage