How To Install nqc-doc on Fedora 36

In this tutorial we learn how to install nqc-doc in Fedora 36. nqc-doc is English Documentation for NQC

Introduction

In this tutorial we learn how to install nqc-doc on Fedora 36.

What is nqc-doc

English Documentation for NQC

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

Install nqc-doc 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 nqc-doc using dnf by running the following command:

sudo dnf -y install nqc-doc

Install nqc-doc 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 nqc-doc using yum by running the following command:

sudo yum -y install nqc-doc

How To Uninstall nqc-doc on Fedora 36

To uninstall only the nqc-doc package we can use the following command:

sudo dnf remove nqc-doc

nqc-doc Package Contents on Fedora 36

/usr/share/doc/nqc-doc
/usr/share/doc/nqc-doc/NQC_Guide.pdf
/usr/share/doc/nqc-doc/NQC_Manual.pdf
/usr/share/doc/nqc-doc/NQC_Tutorial.pdf
/usr/share/doc/nqc-doc/faq.html
/usr/share/doc/nqc-doc/history.txt
/usr/share/doc/nqc-doc/scout.txt
/usr/share/doc/nqc-doc/test.nqc
/usr/share/doc/nqc-doc/tutorial_files
/usr/share/doc/nqc-doc/tutorial_files/10_semaphore.nqc
/usr/share/doc/nqc-doc/tutorial_files/10_stopping.nqc
/usr/share/doc/nqc-doc/tutorial_files/10_wrong.nqc
/usr/share/doc/nqc-doc/tutorial_files/11_acknowledge.nqc
/usr/share/doc/nqc-doc/tutorial_files/11_leader.nqc
/usr/share/doc/nqc-doc/tutorial_files/11_master.nqc
/usr/share/doc/nqc-doc/tutorial_files/11_slave.nqc
/usr/share/doc/nqc-doc/tutorial_files/12_datalog.nqc
/usr/share/doc/nqc-doc/tutorial_files/12_display.nqc
/usr/share/doc/nqc-doc/tutorial_files/12_timers.nqc
/usr/share/doc/nqc-doc/tutorial_files/12_wait.nqc
/usr/share/doc/nqc-doc/tutorial_files/12_watch.nqc
/usr/share/doc/nqc-doc/tutorial_files/1_errors.nqc
/usr/share/doc/nqc-doc/tutorial_files/1_simple.nqc
/usr/share/doc/nqc-doc/tutorial_files/1_speed.nqc
/usr/share/doc/nqc-doc/tutorial_files/1_test.nqc
/usr/share/doc/nqc-doc/tutorial_files/2_repeat_a.nqc
/usr/share/doc/nqc-doc/tutorial_files/2_repeat_b.nqc
/usr/share/doc/nqc-doc/tutorial_files/2_repeat_c.nqc
/usr/share/doc/nqc-doc/tutorial_files/2_turn_a.nqc
/usr/share/doc/nqc-doc/tutorial_files/2_turn_b.nqc
/usr/share/doc/nqc-doc/tutorial_files/3_random.nqc
/usr/share/doc/nqc-doc/tutorial_files/3_spiral.nqc
/usr/share/doc/nqc-doc/tutorial_files/3_variables.nqc
/usr/share/doc/nqc-doc/tutorial_files/4_do.nqc
/usr/share/doc/nqc-doc/tutorial_files/4_if.nqc
/usr/share/doc/nqc-doc/tutorial_files/5_light.nqc
/usr/share/doc/nqc-doc/tutorial_files/5_touch.nqc
/usr/share/doc/nqc-doc/tutorial_files/5_wait.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_define_a.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_define_b.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_inline.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_inline2.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_subs.nqc
/usr/share/doc/nqc-doc/tutorial_files/6_tasks.nqc
/usr/share/doc/nqc-doc/tutorial_files/7_drive_music.nqc
/usr/share/doc/nqc-doc/tutorial_files/7_music.nqc
/usr/share/doc/nqc-doc/tutorial_files/7_sounds.nqc
/usr/share/doc/nqc-doc/tutorial_files/8_commands.nqc
/usr/share/doc/nqc-doc/tutorial_files/8_float.nqc
/usr/share/doc/nqc-doc/tutorial_files/8_speeds.nqc
/usr/share/doc/nqc-doc/tutorial_files/9_mode.nqc
/usr/share/doc/nqc-doc/tutorial_files/9_multiple.nqc
/usr/share/doc/nqc-doc/tutorial_files/9_proximity.nqc
/usr/share/doc/nqc-doc/tutorial_files/9_rotation.nqc

References

Summary

In this tutorial we learn how to install nqc-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).