How To Install rust-below-view-devel on Fedora 36

In this tutorial we learn how to install rust-below-view-devel in Fedora 36. rust-below-view-devel is View crate for below

Introduction

In this tutorial we learn how to install rust-below-view-devel on Fedora 36.

What is rust-below-view-devel

View crate for below. This package contains library source intended for building other packages which use the “below-view” crate.

We can use yum or dnf to install rust-below-view-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-below-view-devel.

Install rust-below-view-devel 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 rust-below-view-devel using dnf by running the following command:

sudo dnf -y install rust-below-view-devel

Install rust-below-view-devel 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 rust-below-view-devel using yum by running the following command:

sudo yum -y install rust-below-view-devel

How To Uninstall rust-below-view-devel on Fedora 36

To uninstall only the rust-below-view-devel package we can use the following command:

sudo dnf remove rust-below-view-devel

rust-below-view-devel Package Contents on Fedora 36

/usr/share/cargo/registry/below-view-0.5.0
/usr/share/cargo/registry/below-view-0.5.0/.cargo-checksum.json
/usr/share/cargo/registry/below-view-0.5.0/Cargo.toml
/usr/share/cargo/registry/below-view-0.5.0/LICENSE
/usr/share/cargo/registry/below-view-0.5.0/src
/usr/share/cargo/registry/below-view-0.5.0/src/cgroup_tabs.rs
/usr/share/cargo/registry/below-view-0.5.0/src/cgroup_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/command_palette.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/content_controllers.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/controller_infra.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/mod.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/open_source
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/open_source/mod.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/sample_controllers.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/test.rs
/usr/share/cargo/registry/below-view-0.5.0/src/controllers/view_controllers.rs
/usr/share/cargo/registry/below-view-0.5.0/src/core_tabs.rs
/usr/share/cargo/registry/below-view-0.5.0/src/core_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/default_styles.rs
/usr/share/cargo/registry/below-view-0.5.0/src/filter_popup.rs
/usr/share/cargo/registry/below-view-0.5.0/src/help_menu.rs
/usr/share/cargo/registry/below-view-0.5.0/src/jump_popup.rs
/usr/share/cargo/registry/below-view-0.5.0/src/lib.rs
/usr/share/cargo/registry/below-view-0.5.0/src/open_source
/usr/share/cargo/registry/below-view-0.5.0/src/open_source/mod.rs
/usr/share/cargo/registry/below-view-0.5.0/src/process_tabs.rs
/usr/share/cargo/registry/below-view-0.5.0/src/process_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/render.rs
/usr/share/cargo/registry/below-view-0.5.0/src/stats_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/status_bar.rs
/usr/share/cargo/registry/below-view-0.5.0/src/system_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/tab_view.rs
/usr/share/cargo/registry/below-view-0.5.0/src/viewrc.rs
/usr/share/licenses/rust-below-view-devel
/usr/share/licenses/rust-below-view-devel/LICENSE

References

Summary

In this tutorial we learn how to install rust-below-view-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).