Extract all archive file extension in Linux with just command

Опубликовано: 14 Август 2026
на канале: Epety ET
2,351
8

Extract any archive file with just one comman without hurt !
In Linux have many archive file type, dont remember how to extract them ,just install do the right extract .
See how :
In Debian/Ubuntu base OS system
sudo apt-get install dtrx
In CentOS/Fedora use
sudo yum install dtrx
In ArchLinux
yaourt -Ss dtrx
and select a package to install
Now see how DTRX (do the right extract) work
So simple
just type `dtrx archive.ext` then hit enter.
Install `dtrx` and goodbye headache with tar unzip .. or any type of archive file.

Thank for watching.