How to Install and Uninstall vcftools.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "vcftools.x86_64" package

In this section, we are going to explain the necessary steps to install vcftools.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install vcftools.x86_64

2. Uninstall "vcftools.x86_64" package

Please follow the guidelines below to uninstall vcftools.x86_64 on Rocky Linux 8:

$ sudo dnf remove vcftools.x86_64 $ sudo dnf autoremove

3. Information about the vcftools.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:00:19 ago on Mon Sep 12 10:27:18 2022.
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.