How To Install nqp-doc on Fedora 36
In this tutorial we learn how to install nqp-doc in Fedora 36. nqp-doc is Documentation for Not Quite Perl (6)
Introduction
In this tutorial we learn how to install nqp-doc
on Fedora 36.
What is nqp-doc
Documentation and also examples about NQP.
We can use yum
or dnf
to install nqp-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nqp-doc.
Install nqp-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 nqp-doc
using dnf
by running the following command:
sudo dnf -y install nqp-doc
Install nqp-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 nqp-doc
using yum
by running the following command:
sudo yum -y install nqp-doc
How To Uninstall nqp-doc on Fedora 36
To uninstall only the nqp-doc
package we can use the following command:
sudo dnf remove nqp-doc
nqp-doc Package Contents on Fedora 36
/usr/share/doc/nqp-doc
/usr/share/doc/nqp-doc/docs
/usr/share/doc/nqp-doc/docs/6model
/usr/share/doc/nqp-doc/docs/6model/faq.markdown
/usr/share/doc/nqp-doc/docs/6model/overview.markdown
/usr/share/doc/nqp-doc/docs/6model/repr-compose-protocol.markdown
/usr/share/doc/nqp-doc/docs/HACKING-js
/usr/share/doc/nqp-doc/docs/bootstrapping.pod
/usr/share/doc/nqp-doc/docs/built-ins.md
/usr/share/doc/nqp-doc/docs/continuations.pod
/usr/share/doc/nqp-doc/docs/jvminterop-goals.pod
/usr/share/doc/nqp-doc/docs/jvminterop.pod
/usr/share/doc/nqp-doc/docs/nqp-overview.txt
/usr/share/doc/nqp-doc/docs/ops.markdown
/usr/share/doc/nqp-doc/docs/qast.markdown
/usr/share/doc/nqp-doc/docs/release_guide.pod
/usr/share/doc/nqp-doc/docs/serialization_format.markdown
/usr/share/doc/nqp-doc/docs/using-pod-in-nqp.md
/usr/share/doc/nqp-doc/examples
/usr/share/doc/nqp-doc/examples/CallFromJava.java
/usr/share/doc/nqp-doc/examples/fib.nqp
/usr/share/doc/nqp-doc/examples/hello_world.nqp
/usr/share/doc/nqp-doc/examples/loops.nqp
/usr/share/doc/nqp-doc/examples/rubyish
/usr/share/doc/nqp-doc/examples/rubyish/README.md
/usr/share/doc/nqp-doc/examples/rubyish/examples-rubyish
/usr/share/doc/nqp-doc/examples/rubyish/examples-rubyish/closure.rbi
/usr/share/doc/nqp-doc/examples/rubyish/examples-rubyish/fractal-tree.rbi
/usr/share/doc/nqp-doc/examples/rubyish/examples-rubyish/pi.rbi
/usr/share/doc/nqp-doc/examples/rubyish/examples-rubyish/template.rbi
/usr/share/doc/nqp-doc/examples/rubyish/rubyish.nqp
/usr/share/doc/nqp-doc/examples/rubyish/t
/usr/share/doc/nqp-doc/examples/rubyish/t/00hello-worldish.t
/usr/share/doc/nqp-doc/examples/rubyish/t/arrays.t
/usr/share/doc/nqp-doc/examples/rubyish/t/bitwise.t
/usr/share/doc/nqp-doc/examples/rubyish/t/contextual.t
/usr/share/doc/nqp-doc/examples/rubyish/t/functional.t
/usr/share/doc/nqp-doc/examples/rubyish/t/hashs.t
/usr/share/doc/nqp-doc/examples/rubyish/t/if-then-else.t
/usr/share/doc/nqp-doc/examples/rubyish/t/infix.t
/usr/share/doc/nqp-doc/examples/rubyish/t/inheritance.t
/usr/share/doc/nqp-doc/examples/rubyish/t/interpolation.t
/usr/share/doc/nqp-doc/examples/rubyish/t/lambda.t
/usr/share/doc/nqp-doc/examples/rubyish/t/line-spanning.t
/usr/share/doc/nqp-doc/examples/rubyish/t/loops.t
/usr/share/doc/nqp-doc/examples/rubyish/t/modifiers.t
/usr/share/doc/nqp-doc/examples/rubyish/t/nqp-ops.t
/usr/share/doc/nqp-doc/examples/rubyish/t/params.t
/usr/share/doc/nqp-doc/examples/rubyish/t/recursion.t
/usr/share/doc/nqp-doc/examples/rubyish/t/rubyish-3-tests.t
/usr/share/doc/nqp-doc/examples/rubyish/t/rubyish-4-tests.t
/usr/share/doc/nqp-doc/examples/rubyish/t/scoping.t
/usr/share/doc/nqp-doc/examples/rubyish/t/template.t
/usr/share/doc/nqp-doc/examples/sub-lines2words.nqp
/usr/share/doc/nqp-doc/examples/test-ws.nqp
/usr/share/doc/nqp-doc/examples/use-classes.nqp
/usr/share/doc/nqp-doc/examples/use-hashes.nqp
/usr/share/doc/nqp-doc/examples/webpacked
/usr/share/doc/nqp-doc/examples/webpacked/README.md
/usr/share/doc/nqp-doc/examples/webpacked/example.nqp
/usr/share/doc/nqp-doc/examples/webpacked/index.html
/usr/share/doc/nqp-doc/examples/webpacked/webpack.config.js
References
Summary
In this tutorial we learn how to install nqp-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).