Install on Unix/pl


Aktualnie zespół FreeCADa tworzy tylko paczki dla 32-bitowych dystrybucji Debian i Ubuntu. Niektórzy użytkownicy społeczności FreeCAD tworzą instalatory także dla innych odmian Linuksa. By zobaczyć jakie są obecnie dostępne instalatory zajrzyj do działu Download .

The installation of FreeCAD on the most well-known linux systems has been now endorsed by the community, and FreeCAD should be directly available via the package manager available on your distribution. The FreeCAD team also provides a couple of "official" packages when new releases are made, and a couple of experimental PPA repositories for testing bleeding-edge features.

Once you've got FreeCAD installed, it's time to get started!

Ubuntu and Ubuntu-based systems

Instalacja Na Ubuntu/Debianie

Kiedy pobierzesz plik .deb odpowiadający twojej wersji systemu i posiadasz zainstalowany program Gdebi, musisz tylko znaleźć miejsce gdzie zapisałeś pobrany plik i dwukrotnie go kliknąć. Zależnościami zajmie się twój menedżer pakietów. Instalację można dokonać także przez Terminal. Po odnalezieniu pliku wpisz:

sudo dpkg -i Nazwa_twojego_pakietu_FreeCAD.deb

zmieniając Nazwa_twojego_pakietu_FreeCAD.deb na nazwę pliku, który pobrałeś.

Po instalacji FreeCADa zostanie dodana ikona, w sekcji "Grafika" Menu Start

Instalacja pod inymi systemami Linux/Unix

Niestety, na obecną chwilę nie ma prekompilowanych pakietów na inne systemy Linux/Unix. Musisz samodzielnie skompilować źródła.

Many Linux distributions are based on Ubuntu and share its repositories. Besides official variants (Kubuntu, Lubuntu and Xubuntu), there are non official distros such as Linux Mint, Voyager and others. The installation options below should be compatible to these systems.

Official Ubuntu repository

FreeCAD is available from Ubuntu repositories and can be installed via the Software Center or with this command in a terminal:

sudo apt-get install freecad 

But chances are this stable version will be outdated, and not have the latest features. To get the last release version, please use the PPA.

Stable PPA with GUI

To install FreeCAD using the PPA, from the graphical interface, please follow those instructions. The FreeCAD community provides a PPA repository on Launchpad with the latest stable FreeCAD version.

You need to add to your system's Software Sources the following PPA. To do that navigate to Ubuntu Software Centre > Edit > Software Sources > Other Software. Click on add and copy and past the code below:

ppa:freecad-maintainers/freecad-stable 

Refresh your software sources, if asked. Now, you can find and install the last stable FreeCAD version on the Ubuntu Software Center.

For more information on PPA, click here: Definition of PPA (Personal Package Archive) on help.ubuntu.com.

Stable PPA with console

Type, or copy-paste, these commands in a console to add the PPA:

For the "stable" PPA

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

Don't forget to retrieve the updated the package lists:

sudo apt-get update 

Update synchronizes your list of available packages with the servers.

Then, install FreeCAD along with the documentation:

sudo apt-get install freecad freecad-doc && sudo apt-get upgrade 

Upgrade downloads and installs the newest packages version of the installed programs. It will be applied to all the softwares installed on your computer.

Execute this command to open the stable version of FreeCAD:

freecad 

Daily PPA with console

If you want to install the last unstable version of FreeCAD, please use the PPA named "freecad-daily" PPA repository on Launchpad. This way you can access the bleeding edge of FreeCAD development. This PPA is automatically compiled daily from the official FreeCAD's master branch repository. It will usually contain numerous bug fixes and feature updates.

For the daily PPA:

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

Execute this command to open the daily build of FreeCAD:

freecad-daily 

Debian and other debian-based systems

Since Debian Lenny, FreeCAD is available directly from the Debian software repositories and can be installed via synaptic or simply with:

sudo apt-get install freecad 

OpenSUSE

FreeCAD is typically installed with:

zypper install FreeCAD 

Gentoo

FreeCAD can be built/installed simply by issuing:

emerge freecad 

Other

If you find out that your system features FreeCAD but is not documented in this page, please tell us on the forum!

Many alternative, non-official FreeCAD packages are available on the net, for example for systems like slackware or fedora. A search on the net can quickly give you some results.

Manual install on .deb based systems

If for some reason you cannot use one of the above methods, you can always download one of the .deb packages available on the Download page.
Linux.png Ubuntu 32/64bit AppImage-logo.png AppImage 64bit


Once you downloaded the .deb corresponding to your system version, if you have the Gdebi package installed (usually it is), you just need to navigate to where you downloaded the file, and double-click on it. The necessary dependencies will be taken care of automatically by your system package manager. Alternatively you can also install it from the terminal, navigating to where you downloaded the file, and type:

sudo dpkg -i Name_of_your_FreeCAD_package.deb 

changing Name_of_your_FreeCAD_package.deb by the name of the file you downloaded.

After you installed FreeCAD, a startup icon will be added in the "Graphic" section of your Start Menu.

Installing on other Linux/Unix systems

Unfortnately, at the moment, no precompiled package is available for other Linux/Unix systems,so you will need to compile FreeCAD yourself.

Installing Windows Version on Linux

See the Install on Windows page.

Online version: "http://www.freecadweb.org/wiki/index.php?title=Install_on_Unix/pl&oldid=277164"

Navigation menu