Город МОСКОВСКИЙ
00:01:08

How to Install 7zip in Linux

Аватар
MySQL Виртуоз
Просмотры:
42
Дата загрузки:
08.12.2023 02:27
Длительность:
00:01:08
Категория:
Обучение

Описание

With these instructions, you can now install 7zip on Ubuntu, Fedora, CentOS, openSUSE, Arch Linux, and their derivatives. Once installed, use the command 7z along with the appropriate options to compress and decompress files.

*******Ubuntu and Debian-based distributions******

sudo apt update
sudo apt install p7zip p7zip-full p7zip-rar

*******Fedora******
sudo dnf update
sudo dnf install p7zip p7zip-plugins


*******CentOS and RHEL******
sudo yum install epel-release
sudo yum update
sudo yum install p7zip p7zip-plugins

*******openSUSE******
sudo zypper update
sudo zypper install p7zip


*****Arch Linux and Arch-based distributions******
sudo pacman -Syu
sudo pacman -S p7zip

Рекомендуемые видео