How To Install 3Depict on Fedora 34

3Depict is Valued 3D point cloud visualization and analysis

Introduction

In this tutorial we learn how to install 3Depict on Fedora 34.

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 34. In this tutorial we discuss both methods but you only need to choose one of method to install 3Depict.

Install 3Depict on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install 3Depict using dnf by running the following command:

sudo dnf -y install 3Depict

Install 3Depict on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the 3Depict package we can use the following command:

sudo dnf remove 3Depict

3Depict Package Contents on Fedora 34

/usr/bin/3Depict
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/0baa7cc63fcf9dfffc195f159a3d5eda035aef
/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 34 using yum and dnf.