How to Install and Uninstall vcftools.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

1. Install "vcftools.x86_64" package

This tutorial shows how to install vcftools.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install vcftools.x86_64

2. Uninstall "vcftools.x86_64" package

This is a short guide on how to uninstall vcftools.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove vcftools.x86_64 $ sudo dnf autoremove

3. Information about the vcftools.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:33:10 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : vcftools
Version : 0.1.16
Release : 5.el8
Architecture : x86_64
Size : 435 k
Source : vcftools-0.1.16-5.el8.src.rpm
Repository : epel
Summary : VCF file manipulation tools
URL : https://vcftools.github.io/
License : GPLv3
Description : A program package designed for working with VCF files, such as those
: generated by the 1000 Genomes Project. The aim of VCFtools is to
: provide methods for working with VCF files: validating, merging,
: comparing and calculate some basic population genetic statistics.