How To Install vala-doc.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install vala-doc.noarch
on Amazon Linux 2.
What is vala-doc.noarch
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. This package contains documentation in a devhelp HTML book.
We can use yum
to install vala-doc.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install vala-doc.noarch.
Install vala-doc.noarch on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install vala-doc.noarch
using yum
by running the following command:
sudo yum -y install vala-doc.noarch
How To Uninstall vala-doc.noarch on Amazon Linux 2
To uninstall only the vala-doc.noarch
package we can use the following command:
sudo yum remove vala-doc.noarch
vala-doc.noarch Package Contents on Amazon Linux 2
/usr/share/devhelp/books/vala-0.40
/usr/share/devhelp/books/vala-0.40/Attributes.html
/usr/share/devhelp/books/vala-0.40/Classes.html
/usr/share/devhelp/books/vala-0.40/Concepts.html
/usr/share/devhelp/books/vala-0.40/Delegates.html
/usr/share/devhelp/books/vala-0.40/Enumerated_types__Enums_.html
/usr/share/devhelp/books/vala-0.40/Errors.html
/usr/share/devhelp/books/vala-0.40/Expressions.html
/usr/share/devhelp/books/vala-0.40/GIDL_metadata_format.html
/usr/share/devhelp/books/vala-0.40/GIR_metadata_format.html
/usr/share/devhelp/books/vala-0.40/Generics.html
/usr/share/devhelp/books/vala-0.40/Interfaces.html
/usr/share/devhelp/books/vala-0.40/Methods.html
/usr/share/devhelp/books/vala-0.40/Namespaces.html
/usr/share/devhelp/books/vala-0.40/Overview.html
/usr/share/devhelp/books/vala-0.40/Preprocessor.html
/usr/share/devhelp/books/vala-0.40/Statements.html
/usr/share/devhelp/books/vala-0.40/Structs.html
/usr/share/devhelp/books/vala-0.40/Types.html
/usr/share/devhelp/books/vala-0.40/default.css
/usr/share/devhelp/books/vala-0.40/index.html
/usr/share/devhelp/books/vala-0.40/vala-0.40.devhelp2
References
Summary
In this tutorial we learn how to install vala-doc.noarch
on Amazon Linux 2 using yum.