How To Install rust-cursive-tabs-devel on Fedora 36

In this tutorial we learn how to install rust-cursive-tabs-devel in Fedora 36. rust-cursive-tabs-devel is Tabs for gyscos/cursive views

Introduction

In this tutorial we learn how to install rust-cursive-tabs-devel on Fedora 36.

What is rust-cursive-tabs-devel

Tabs for gyscos/cursive views. This package contains library source intended for building other packages which use “cursive-tabs” crate.

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

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

sudo dnf -y install rust-cursive-tabs-devel

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

sudo yum -y install rust-cursive-tabs-devel

How To Uninstall rust-cursive-tabs-devel on Fedora 36

To uninstall only the rust-cursive-tabs-devel package we can use the following command:

sudo dnf remove rust-cursive-tabs-devel

rust-cursive-tabs-devel Package Contents on Fedora 36

/usr/share/cargo/registry/cursive-tabs-0.6.0
/usr/share/cargo/registry/cursive-tabs-0.6.0/.cargo-checksum.json
/usr/share/cargo/registry/cursive-tabs-0.6.0/CHANGELOG.md
/usr/share/cargo/registry/cursive-tabs-0.6.0/Cargo.toml
/usr/share/cargo/registry/cursive-tabs-0.6.0/LICENSE
/usr/share/cargo/registry/cursive-tabs-0.6.0/README.md
/usr/share/cargo/registry/cursive-tabs-0.6.0/assets
/usr/share/cargo/registry/cursive-tabs-0.6.0/assets/README.md
/usr/share/cargo/registry/cursive-tabs-0.6.0/assets/config.yml
/usr/share/cargo/registry/cursive-tabs-0.6.0/assets/demo.gif
/usr/share/cargo/registry/cursive-tabs-0.6.0/assets/demo.yml
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples/bottom.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples/fullscreen.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples/simple.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples/vertical.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/examples/vertical_right.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/scripts
/usr/share/cargo/registry/cursive-tabs-0.6.0/scripts/ci-build.sh
/usr/share/cargo/registry/cursive-tabs-0.6.0/scripts/deploy-badges.sh
/usr/share/cargo/registry/cursive-tabs-0.6.0/scripts/shields-from-tests.jq
/usr/share/cargo/registry/cursive-tabs-0.6.0/src
/usr/share/cargo/registry/cursive-tabs-0.6.0/src/bar.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/src/error.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/src/lib.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/src/panel.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/end2end.rs
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_add_at.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_add_at_action_change_tab.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_add_at_panel.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_panel_smoke.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_remove_active.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_remove_inactive.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_swap.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_switch.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_vertical_left.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_vertical_left_with_action_change_tab.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__end2end_vertical_right.snap
/usr/share/cargo/registry/cursive-tabs-0.6.0/tests/snapshots/end2end__puppet_screen.snap
/usr/share/doc/rust-cursive-tabs-devel
/usr/share/doc/rust-cursive-tabs-devel/CHANGELOG.md
/usr/share/doc/rust-cursive-tabs-devel/README.md
/usr/share/licenses/rust-cursive-tabs-devel
/usr/share/licenses/rust-cursive-tabs-devel/LICENSE

References

Summary

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