How To Install golang-github-manifoldco-promptui-devel on Fedora 36

In this tutorial we learn how to install golang-github-manifoldco-promptui-devel in Fedora 36. golang-github-manifoldco-promptui-devel is Interactive prompt for command-line applications

Introduction

In this tutorial we learn how to install golang-github-manifoldco-promptui-devel on Fedora 36.

What is golang-github-manifoldco-promptui-devel

Interactive prompt for command-line applications. This package contains the source code needed for building packages that reference the following Go import paths – github.com/manifoldco/promptui

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

Install golang-github-manifoldco-promptui-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 golang-github-manifoldco-promptui-devel using dnf by running the following command:

sudo dnf -y install golang-github-manifoldco-promptui-devel

Install golang-github-manifoldco-promptui-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 golang-github-manifoldco-promptui-devel using yum by running the following command:

sudo yum -y install golang-github-manifoldco-promptui-devel

How To Uninstall golang-github-manifoldco-promptui-devel on Fedora 36

To uninstall only the golang-github-manifoldco-promptui-devel package we can use the following command:

sudo dnf remove golang-github-manifoldco-promptui-devel

golang-github-manifoldco-promptui-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-manifoldco-promptui-devel
/usr/share/doc/golang-github-manifoldco-promptui-devel/CHANGELOG.md
/usr/share/doc/golang-github-manifoldco-promptui-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-manifoldco-promptui-devel/README.md
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/confirm
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/confirm/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/custom_prompt
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/custom_prompt/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/custom_select
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/custom_select/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt_default
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt_default/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt_password
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/prompt_password/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/select
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/select/main.go
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/select_add
/usr/share/doc/golang-github-manifoldco-promptui-devel/_examples/select_add/main.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/manifoldco
/usr/share/gocode/src/github.com/manifoldco/promptui
/usr/share/gocode/src/github.com/manifoldco/promptui/.goipath
/usr/share/gocode/src/github.com/manifoldco/promptui/CHANGELOG.md
/usr/share/gocode/src/github.com/manifoldco/promptui/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/manifoldco/promptui/LICENSE.md
/usr/share/gocode/src/github.com/manifoldco/promptui/README.md
/usr/share/gocode/src/github.com/manifoldco/promptui/codes.go
/usr/share/gocode/src/github.com/manifoldco/promptui/codes_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/cursor.go
/usr/share/gocode/src/github.com/manifoldco/promptui/cursor_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/example_main_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/example_prompt_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/example_select_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/example_selectwithadd_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/go.mod
/usr/share/gocode/src/github.com/manifoldco/promptui/keycodes.go
/usr/share/gocode/src/github.com/manifoldco/promptui/keycodes_other.go
/usr/share/gocode/src/github.com/manifoldco/promptui/keycodes_windows.go
/usr/share/gocode/src/github.com/manifoldco/promptui/list
/usr/share/gocode/src/github.com/manifoldco/promptui/list/list.go
/usr/share/gocode/src/github.com/manifoldco/promptui/list/list_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/prompt.go
/usr/share/gocode/src/github.com/manifoldco/promptui/promptui.go
/usr/share/gocode/src/github.com/manifoldco/promptui/screenbuf
/usr/share/gocode/src/github.com/manifoldco/promptui/screenbuf/screenbuf.go
/usr/share/gocode/src/github.com/manifoldco/promptui/screenbuf/screenbuf_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/select.go
/usr/share/gocode/src/github.com/manifoldco/promptui/select_test.go
/usr/share/gocode/src/github.com/manifoldco/promptui/styles.go
/usr/share/gocode/src/github.com/manifoldco/promptui/styles_windows.go
/usr/share/licenses/golang-github-manifoldco-promptui-devel
/usr/share/licenses/golang-github-manifoldco-promptui-devel/LICENSE.md

References

Summary

In this tutorial we learn how to install golang-github-manifoldco-promptui-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).