How To Install libfreecad-python3-0.19 on Kali Linux
Introduction
In this tutorial we learn how to install libfreecad-python3-0.19 on Kali Linux.
What is libfreecad-python3-0.19
libfreecad-python3-0.19 is:
FreeCAD is an Open Source CAx RAD based on OpenCasCade, Qt and Python. It features some key concepts like macro recording, workbenches, ability to run as a server and dynamically loadable application extensions and it is designed to be platform independent.
Currently, FreeCAD can import and display CAD models in IGES, STEP, and BRep formats and meshes in STL, BMS, AST and Wavefront OBJ formats. Editing and modeling features are currently somewhat limited.
This package contains shared library files for FreeCAD built against Python 3.
There are three methods to install libfreecad-python3-0.19 on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install libfreecad-python3-0.19 Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install libfreecad-python3-0.19 using apt-get by running the following command:
sudo apt-get -y install libfreecad-python3-0.19Install libfreecad-python3-0.19 Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install libfreecad-python3-0.19 using apt by running the following command:
sudo apt -y install libfreecad-python3-0.19Install libfreecad-python3-0.19 Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install libfreecad-python3-0.19 using aptitude by running the following command:
sudo aptitude -y install libfreecad-python3-0.19How To Uninstall libfreecad-python3-0.19 on Kali Linux
To uninstall only the libfreecad-python3-0.19 package we can use the following command:
sudo apt-get remove libfreecad-python3-0.19Uninstall libfreecad-python3-0.19 And Its Dependencies
To uninstall libfreecad-python3-0.19 and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove libfreecad-python3-0.19Remove libfreecad-python3-0.19 Configurations and Data
To remove libfreecad-python3-0.19 configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge libfreecad-python3-0.19Remove libfreecad-python3-0.19 configuration, data, and all of its dependencies
We can use the following command to remove libfreecad-python3-0.19 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libfreecad-python3-0.19Dependencies
libfreecad-python3-0.19 have the following dependencies:
- libboost-filesystem1.74.0
- libboost-program-options1.74.0
- libboost-regex1.74.0-icu67
- libboost-thread1.74.0
- libc6
- libcoin80c
- libfreetype6
- libgcc-s1
- libgl1
- libglu1-mesa
- libmedc11
- libocct-data-exchange-7.5
- libocct-foundation-7.5
- libocct-modeling-algorithms-7.5
- libocct-modeling-data-7.5
- libocct-ocaf-7.5
- libocct-visualization-7.5
- libpyside2-py3-5.15
- libpython3.9
- libqt5concurrent5
- libqt5core5a
- libqt5gui5
- libqt5network5
- libqt5opengl5
- libqt5printsupport5
- libqt5svg5
- libqt5webkit5
- libqt5widgets5
- libqt5xml5
- libqt5xmlpatterns5
- libshiboken2-py3-5.15
- libspnav0
- libstdc++6
- libvtk7.1p
- libxerces-c3.2
- libzipios++0v5
- zlib1g
References
Summary
In this tutorial we learn how to install libfreecad-python3-0.19 package on Kali Linux using different package management tools: apt, apt-get and aptitude.