How To Install 3Depict on Fedora 36
Introduction
In this tutorial we learn how to install 3Depict
on Fedora 36.
What is 3Depict
This software is designed to help users visualize and analyze 3D point clouds with an associated real value, in a fast and flexible fashion. It is specifically targeted to atom probe tomography applications, but may be useful for general scalar valued point data purposes.
We can use yum
or dnf
to install 3Depict
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 3Depict.
Install 3Depict on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install 3Depict
using dnf
by running the following command:
sudo dnf -y install 3Depict
Install 3Depict on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install 3Depict
using yum
by running the following command:
sudo yum -y install 3Depict
How To Uninstall 3Depict on Fedora 36
To uninstall only the 3Depict
package we can use the following command:
sudo dnf remove 3Depict
3Depict Package Contents on Fedora 36
/usr/bin/3Depict
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/c2a332e65ed95faca6997458223ec6ba51aa27
/usr/share/3Depict
/usr/share/3Depict/textures
/usr/share/3Depict/textures/Left-Right-arrow.png
/usr/share/3Depict/textures/Left_clicked_mouse.png
/usr/share/3Depict/textures/Right-arrow.png
/usr/share/3Depict/textures/Right_clicked_mouse.png
/usr/share/3Depict/textures/animProgress0.png
/usr/share/3Depict/textures/animProgress1.png
/usr/share/3Depict/textures/animProgress2.png
/usr/share/3Depict/textures/enlarge.png
/usr/share/3Depict/textures/keyboard-alt.png
/usr/share/3Depict/textures/keyboard-command.png
/usr/share/3Depict/textures/keyboard-ctrl.png
/usr/share/3Depict/textures/keyboard-shift.png
/usr/share/3Depict/textures/keyboard-tab.png
/usr/share/3Depict/textures/middle_clicked_mouse.png
/usr/share/3Depict/textures/plot_slide_x.png
/usr/share/3Depict/textures/plot_zoom_reset.png
/usr/share/3Depict/textures/plot_zoom_x.png
/usr/share/3Depict/textures/plot_zoom_y.png
/usr/share/3Depict/textures/rotateArrow.png
/usr/share/3Depict/textures/scroll_wheel_mouse.png
/usr/share/applications/3Depict.desktop
/usr/share/doc/3Depict
/usr/share/doc/3Depict/3Depict-0.0.22-manual.pdf
/usr/share/doc/3Depict/ChangeLog.txt
/usr/share/doc/3Depict/README
/usr/share/licenses/3Depict
/usr/share/licenses/3Depict/COPYING
/usr/share/locale/de/LC_MESSAGES/3Depict.mo
/usr/share/locale/es_ES/LC_MESSAGES/3Depict.mo
/usr/share/locale/fr_FR/LC_MESSAGES/3Depict.mo
/usr/share/man/man1/3Depict.1.gz
/usr/share/pixmaps/3Depict.svg
References
Summary
In this tutorial we learn how to install 3Depict
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).