Instalarea FreeCAD pe cel mai binecunoscut sistem linux este sustinuta de comunitate si FreeCAD ar trebui sa fie accesibil direct folosind managerul de pachete disponibil in fiecare distributie. Echipa FreeCAD furnizeaza si un numar de pachete "oficiale" cand sunt produse versiuni noi si un numar de locatii (PPA repository) pentru testarea celor mai noi modificari/functionalitati.
Odata FreeCAD instalat este timpul pentru primii pasi!
Incepand cu versiunea 9.04 FreeCAD este disponibil in depozitele Ubuntu si poate fi instalat prin centrul software sau folosind comanda:
sudo apt-get install freecad
Alternativ, comunitatea FreeCAD furnizeaza versiuni zilnice in PPA. Acestya este construit si improspatat automat in fiecare zi din cea mai recenta versiune a codului sursa, continand astfel cele mai noi componente. Poate de asemenea sa contina cod cu probleme, deoarece functionalitatile nu au fost testate de un mare numar de utilizatori. Pentru a adauga acest PPA la lista surselor software executati comenzile:
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily sudo apt-get update sudo apt-get install freecad
Comunitatea FreeCAD are si un alt depozit PPA ce e improspatat ceva mai rar si, c aurmare, ceva mai sigur:
sudo add-apt-repository ppa:freecad-maintainers/freecad-dev sudo apt-get update sudo apt-get install freecad
Mai multe informatii se gasesc pe pagina de descarcare, sectiunea pachete PPA.
Incepand cu Debian Lenny, FreeCAD este disponibil direct din depozitele Debian si poate fi instalat din synaptic sau folosind comanda:
sudo apt-get install freecad
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.
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.
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.
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
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
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
FreeCAD se poate instala folosind comanda:
zypper install FreeCAD
FreeCAD se construieste si instaleaza folosind comanda:
emerge freecad
Daca sistemul pe care lucrati are FreeCAD dar nu este listat aici informati-ne folosind forumul!
Numeroase pachete alternative, neoficiale sunt disponibile pe net, de exemplu pentru sisteme precum slackware sau fedora. O cautare pe net releva numeroase rezultate.
Daca, dintr-un oarecare motiv, nu puteti folosi una dintre metodele listate mai sus puteti oricand descarca unul dintre pachetele .deb packages disponibile in pagina de descarcari.
Ubuntu 32/64bit
AppImage 64bit
Odata pachetul .deb descarcat, daca aveti pachetul Gdebi instalat (de obicei este), tot ce trebuie sa faceti este sa navigati la locul descarcarii si sa faceti dublu-click. Dependintele vor fi rezolvate automat de pachetul de management al softurilor. Alternativ pachetul poate fi instalat folosind linia de comanda, folosind comanda:
sudo dpkg -i Name_of_your_FreeCAD_package.deb
Desigur Numele_pachetului_FreeCAD trebuie inlocuit cu numele fisierului descarcat.
Dupa instalarea FreeCAD un icon va aparea in sectiunea "Grafica" din meniul de start.
Din pacate, in acest moment, nici un pachet precompilat nu este disponibil pentru alte sisteme Linux/Unix, astfel ca va trebui sa compilati FreeCAD.
Vedeti pagina Instalarea in Windows.