Разархивировать rar linux терминал

How to Unrar Files in Linux: Open .RAR Files Easily

wikiHow is a “wiki,” similar to Wikipedia, which means that many of our articles are co-written by multiple authors. To create this article, 18 people, some anonymous, worked to edit and improve it over time.

This article has been viewed 749,317 times.

Do you have a file that ends with the .RAR extension on your Linux machine? While most Linux distributions don’t come with a tool that can unrar files, you can easily install the Unrar utility using a package manager like Apt or DNF, or Pacman. If Unrar isn’t available in package form for your distribution, you can download the binaries from the developer. Once installed, you can use the command unrar x to extract all files and directories from the RAR archive. This wikiHow article will teach you how to open and extract RAR files in Linux using the Unrar tool.

  • You can usually install Unrar using your Linux distribution’s package manager.
  • If Unrar isn’t available in your usual repository, download the binaries from https://www.rarlab.com.
  • Once Unrar is installed, use unrar x filename.rar to extract the RAR file.

Installing Unrar

Image titled Unrar Files in Linux Step 1

  • Type sudo apt-get update and press Enter.
  • Type sudo apt-get install unrar and press Enter.

Image titled Unrar Files in Linux Step 2

  • Type sudo dnf upgrade and press Enter.
  • Type sudo dnf install unrar and press Enter.

Image titled Unrar Files in Linux Step 3

Image titled Unrar Files in Linux Step 4

  • Type zypper refresh and press Enter.
  • Type zypper install unrar and press Enter.
Читайте также:  Virtualbox linux 64 bit установка

Image titled Unrar Files in Linux Step 5

  • First, download the latest version of RAR using this command:
    • x64: wget https://www.rarlab.com/rar/rarlinux-x64-621.tar.gz
    • x86: wget https://www.rarlab.com/rar/rarlinux-x32-621.tar.gz
    • You can double-check the latest version at https://www.rarlab.com.
    • x64: tar -zxvf rarlinux-x64-621.tar.gz
    • x86: tar -zxvf rarlinux-x32-621.tar.gz

    Using Unrar

    Image titled Unrar Files in Linux Step 6

    • This command will extract all files and folders from the RAR file to the current directory. If you want to extract the files to a different directory, use unrar x filename.rar /path/to/directory .
    • If the RAR file requires a password, you’ll be prompted to enter it. Many RAR files are protected by passwords for security purposes.

    Image titled Unrar Files in Linux Step 7

    • You can specify the directory you want to extract the file to with unrar e as well. E.g., unrar e myfile.rar /usr/local/bin

    Image titled Unrar Files in Linux Step 8

    Use unrar l filename.rar to list files and directories in the archive. If you want to see what’s inside the RAR file before extracting the files, you can use this command to view the files and structure.

    Image titled Unrar Files in Linux Step 9

    Use unrar t filename.rar to test the integrity of a file. This checks the structure of the RAR archive and displays the results.

    Expert Q&A

    If you are uncomfortable with the command line and are looking for a GUI RAR interface for your Linux installation, you can try out PeaZip. PeaZip works in GNOME and KDE and is available in DEB or RPM packages. You can download it from https://peazip.github.io/peazip-linux.html.

    RAR3 is the current version of the RAR format. It added the Advanced Encryption Standard with a 128-bit key length. It also supports files larger than 4 Gigabytes and Unicode names.

    RAR files can only be created through commercial software, but they can be unpacked using the free unrar command line tool.

    You Might Also Like

    Extract a Gz File

    How to Extract a GZ File on Windows, Linux, Mac, & Mobile

    Open RAR Files on Mac OS X

    How to Open RAR Files on Mac OS X: Free Apps, Online Tools, & More

    Compress Large Files

    Install Google Chrome Using Terminal on Linux

    Can Linux Run Exe

    Can Linux Run .exe Files? How to Run Windows Software on Linux

    Add or Change the Default Gateway in Linux

    Open Ports in Linux Server Firewall

    How to Open Linux Firewall Ports: Ubuntu, Debian, & More

    Take a Screenshot in Linux

    Become Root in Linux

    Execute INSTALL.sh Files in Linux Using Terminal

    How to Run an INSTALL.sh Script on Linux in 4 Easy Steps

    Ping in Linux

    Use Ping in Linux: Tutorial, Examples, & Interpreting Results

    Boot Linux from a USB on Windows 10

    Delete Read Only Files in Linux

    How to Delete Read-Only Files in Linux

    Источник

    Как распаковать RAR в Linux

    Как распаковать RAR в Linux

    Программы

    RAR — самый популярный инструмент для создания и извлечения сжатых архивных файлов (.rar). Когда мы загружаем архивные файлы из Интернета, нам нужен инструмент rar для их извлечения. RAR доступен свободно в операционных системах Windows для обработки сжатых файлов, но, к сожалению, инструмент rar не поставляется предвадительно в системах Linux, мы должны установить его с помощью сторонних инструментов, чтобы открывать, извлекать, распаковывать или распаковывать архивные файлы.

    В этой статье вы узнаете о том, Как распаковать RAR в Linux самым быстрым способом для новичка.

    Как распаковать RAR в Linux

    В руководстве объясняется, как установить инструменты командной строки unrar и rar с использованием репозитория RPMforge в системах Linux с помощью команды yum (Yellowdog Updater, Modified) с их практическими примерами.

    Включить репозиторий RPMForge для RHEL / CentOS / Fedora

    Сначала мы должны установить и включить репозиторий RPMForge в Linux-системах для установки приложений командной строки Unrar и Rar. Мы предоставили репозитории RPMForge для дистрибутивов RHEL / CentOS 6/5/4. По умолчанию репозиторий RPMForge уже поставляется с системами Fedora 17-12, поэтому пользователям Fedora его не нужно устанавливать снова.

    Для RHEL / CentOS 6/5/4 — 32-бит

    RHEL/CentOS 6 32-Bit ##

    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm

    # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.i686.rpm

    Для RHEL / CentOS 6/5/4 — 64-разрядная ОС

    RHEL/CentOS 6 64-Bit ##

    # wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

    # rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

    После того, как вы включили репозиторий RPMforge для систем. Следуйте приведенным ниже инструкциям инстилляции своими примерами.

    Шаг 1: Как установить Unrar в Linux

    Прежде чем узнать то, Как распаковать RAR в Linux нам нужно установить специальную программу на диск устройства.

    Образец вывода

    Разархивировать rar linux терминал

    Шаг 2: Как открыть / Извлечь RAR-файл в Linux

    Чтобы открыть / извлечь RAR-файл в текущем рабочем каталоге, просто используйте следующую команду с опцией unrar e.

    # unrar e tecpack.rar

    Если вам нужно будет открыть / извлечь RAR-файл в определенном каталоге пути или назначения, просто используйте параметр unrar e, он будет извлекать все файлы в указанном каталоге назначения.

    # unrar e tecpack.rar /home/

    Открытие RAR-файла с их исходной структурой каталогов. просто введите команду ниже с опцией unrar x. Он будет извлекаться в соответствии с их структурой папок, как показано ниже.

    # unrar x tecpack.rar

    Шаг 3: Список файлов RAR в Linux

    Чтобы перечислить файлы в архиве, используйте опцию unrar l. Он отобразит список файлов с их размерами, датой, временем и разрешениями.

    unrar l tecpack.rar

    Шаг 4: Как протестировать RAR-файл в Linux

    Чтобы проверить целостность архивного файла, используйте опцию unrar t. Следующая команда выполнит полную проверку целостности для каждого файла и отобразит статус файла.

    unrar t tecpacq.rar

    Команда unrar используется для извлечения, списка или тестирования только архивных файлов. У него нет никакой возможности для создания файлов RAR в Linux. Итак, здесь нам нужно установить утилиту командной строки RAR для создания архивных файлов.

    Шаг 5: Как установить Rar в Linux

    Чтобы установить RAR-команду в Linux, просто выполните следующую команду.

    Шаг 6: Как создать файл RAR в Linux

    Чтобы создать файл архива (RAR) в Linux, выполните следующую команду с параметром rar a. Он создаст файл архива для каталога tecmint.

    rar a tecpac5.rar tecmint

    Шаг 7: Удаление файлов из архива

    Чтобы удалить файл из архивного файла, запустите команду:

    Шаг 8: Как восстановить архивы

    Чтобы восстановить или исправить файл архива или файлы, запустите команду с параметром rar r.

    rar r filename.rar

    Шаг 9: Как обновить архивы

    Чтобы обновить или добавить файлы в существующий файл архива, используйте следующую команду с параметром rar u.

    rar u tecpack.rar tecpack.sql

    Теперь убедитесь, что файл tecpack.sql добавлен в файл архива.

    Шаг 11: Как заблокировать архивы

    Еще одна интересная функция блокировки из инструмента rar, она обеспечивает возможность блокировки определенного архивного файла при его извлечении.

    rar k tecpack.rar

    Выводы

    Для параметров mor RAR и Unrar и использования выполните следующую команду, чтобы отобразить список параметров с их описанием.

    Мы представили почти все варианты выше для команд rar и unrar с их примерами. Если вы чувствуете, что мы пропустили что-либо в этом списке, и вы хотели бы, чтобы мы добавили, пожалуйста, обновите нас, используя форму комментариев ниже.

    Если у вас остались какие-то вопросы по теме «Как распаковать RAR в Linux» — пишите в форму комментариев.

    Источник

Оцените статью
Adblock
detector