How To Install auryn-doc on Fedora 36
Introduction
In this tutorial we learn how to install auryn-doc
on Fedora 36.
What is auryn-doc
This package contains the doxygen generated documentation for auryn
We can use yum
or dnf
to install auryn-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install auryn-doc.
Install auryn-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 auryn-doc
using dnf
by running the following command:
sudo dnf -y install auryn-doc
Install auryn-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 auryn-doc
using yum
by running the following command:
sudo yum -y install auryn-doc
How To Uninstall auryn-doc on Fedora 36
To uninstall only the auryn-doc
package we can use the following command:
sudo dnf remove auryn-doc
auryn-doc Package Contents on Fedora 36
/usr/share/doc/auryn-doc
/usr/share/doc/auryn-doc/AUTHORS
/usr/share/doc/auryn-doc/README.md
/usr/share/doc/auryn-doc/examples
/usr/share/doc/auryn-doc/examples/CMakeLists.txt
/usr/share/doc/auryn-doc/examples/sim_2comp_input.cpp
/usr/share/doc/auryn-doc/examples/sim_2comp_neuron.cpp
/usr/share/doc/auryn-doc/examples/sim_background.cpp
/usr/share/doc/auryn-doc/examples/sim_bg_lowpass.cpp
/usr/share/doc/auryn-doc/examples/sim_bg_scaling.cpp
/usr/share/doc/auryn-doc/examples/sim_bg_scaling2.cpp
/usr/share/doc/auryn-doc/examples/sim_bg_static.cpp
/usr/share/doc/auryn-doc/examples/sim_brunel2k.cpp
/usr/share/doc/auryn-doc/examples/sim_brunel2k_pl.cpp
/usr/share/doc/auryn-doc/examples/sim_coba_benchmark.cpp
/usr/share/doc/auryn-doc/examples/sim_coba_binmon.cpp
/usr/share/doc/auryn-doc/examples/sim_current_inject.cpp
/usr/share/doc/auryn-doc/examples/sim_current_steps.cpp
/usr/share/doc/auryn-doc/examples/sim_current_stim.cpp
/usr/share/doc/auryn-doc/examples/sim_dense.cpp
/usr/share/doc/auryn-doc/examples/sim_epsp.cpp
/usr/share/doc/auryn-doc/examples/sim_epsp_binmon.cpp
/usr/share/doc/auryn-doc/examples/sim_epsp_stp.cpp
/usr/share/doc/auryn-doc/examples/sim_inputchannels.cpp
/usr/share/doc/auryn-doc/examples/sim_isp_big.cpp
/usr/share/doc/auryn-doc/examples/sim_isp_orig.cpp
/usr/share/doc/auryn-doc/examples/sim_parrot.cpp
/usr/share/doc/auryn-doc/examples/sim_poisson.cpp
/usr/share/doc/auryn-doc/examples/sim_poisson_input.cpp
/usr/share/doc/auryn-doc/examples/sim_srm0_steps.cpp
/usr/share/doc/auryn-doc/examples/sim_stdp.cpp
/usr/share/doc/auryn-doc/examples/sim_step_current.cpp
/usr/share/doc/auryn-doc/examples/sim_stim_homtriplet.cpp
/usr/share/doc/auryn-doc/examples/sim_stim_scaling.cpp
/usr/share/doc/auryn-doc/examples/sim_tutorial1.cpp
/usr/share/doc/auryn-doc/examples/sim_tutorial2.cpp
/usr/share/doc/auryn-doc/examples/sim_tutorial3.cpp
/usr/share/doc/auryn-doc/examples/tests.sh
/usr/share/licenses/auryn-doc
/usr/share/licenses/auryn-doc/COPYING
References
Summary
In this tutorial we learn how to install auryn-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).