Your cart
  • IMG
    {{cart_item.name}}
    {{cart_item.variation_attribute_name}}: {{cart_item.variation_attribute_label}}
    {{cart_item.item_unit}}: {{ setCurrency(cart_item.price)}}
    {{ setCurrency(cart_item.price*cart_item.quantity)}}
    Invalid quantity more than stock
Total :
{{setCurrency(cart.sub_total)}}

There is no item in the cart. If you want to buy, Please click here.

Install rar and unrar in linux

Complete guide to start Linux OS and install essential applications in Linux

Created by :
Linux
tutorial
Programming, Software and application
1408
2022-01-09 18:30:29

RAR is a most popular tool for creating and extracting compressed archive (.rar) files. When we download an archive file from the web, we required a rar tool to extract them.

RAR is available freely under Windows operating systems to handle compressed files, but unfortunately, rar tool doesn’t pre-installed under Linux systems.


On Debian and Ubuntu based distributions, you can easily install unrar package using the apt-get or apt program as shown.


$ sudo apt-get install unrar
Or
$ sudo apt install unrar


To open/extract a RAR file in current working directory, just use the following command with unrar e option.


# unrar e tecmint.rar


To install RAR command option in Linux, just execute following command.


# sudo apt-get install rar

To create a archive(RAR) file in Linux, run the following command with rar a option. It will create archive file for a tecmint directory.


rar a tecmint.rar tecmint