Instalasi FreeCAD pada beberapa sistem linux yang populer sekarang telah didukung oleh komunitas, dan FreeCAD seharus langsung tersedia di sistem package manager yang tersedia pada distribusi Linuxmu. Tim FreeCAD juga menyediakan beberapa paket "resmi" ketika rilis baru dibuat, dan beberapa paket experimen di experimental PPA repositories untuk pengujian fitur terbaru.
Saat kamu sudah berhasil menginstal FreeCAD, inilah saatnya memulai!
FreeCAd telah tersedia di repositori Ubuntu sejak versi 9.04, dan dapat diinstal melaliu software center atau dengan mengetik perintah:
sudo apt-gt install freecad
Alternatif lain, komunitas menyediakan PPA dengan paket yang dibangun tiap hari. PPA ini diupdate dan dibangun secara otomatis setiap hari dari source-code terbaru, dan oleh karena itu mengandung paling tidak satu fitur baru sehari sebelumnya, tetapi terkadang berisi regresi (fungsi yang berhenti bekerja). Untuk menambah PPA ini pada daftar software-mu, ketik perintah dibawah:
sudo add-apt-repository ppa:freecad-maintainers/freecad-daily sudo apt-get update sudo apt-get install freecad
Komunitas FreeCAd juga menyediakan PPA lain, yang mana diupdate secara manual sesekali, karena itu lebih aman digunakan:
sudo add-apt-repository ppa:freecad-maintainers/freecad-dev sudo apt-get update sudo apt-get install freecad
Informasi selengkapnya ada di Download#Ubuntu_PPA_packages page
........Konversi Bahasa belum Selesai.......
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
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 is typically installed with:
zypper install FreeCAD
FreeCAD can be built/installed simply by issuing:
emerge freecad
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.
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.
Ubuntu 32/64bit
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.
Unfortnately, at the moment, no precompiled package is available for other Linux/Unix systems,so you will need to compile FreeCAD yourself.
See the Install on Windows page.