Delete
Setting
Add New Item
Menu List
Title | Content Type | Order | Action | ||||||
---|---|---|---|---|---|---|---|---|---|
{{kb_content.name}} {{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
{{kb_content.name}} | {{setValue(content_types, kb_content.content_type)}} | {{kb_content.sort_order}} | Preview Edit Edit Content | ||||||
No record |
Install rar and unrar in linux
You are new to Linux and switch to the Linux Operating System, this is a tutorial for you. This will help you to start your journey in the Linux system because when you perform daily operations in this system, you will not stack on it.
After installing the OS, we need some basic applications to do our daily operation such as browser, zoom, skype. If we are a developer then we need some development tools like Node.Js and NPM, PHP, phpMyAdmin, MySQL, Apache, Tomcat, DBreaver etc. This tutorial will cover all of this.
Important thing is when you enable the installation of those applications, you will learn many things regarding Linux OS.
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