Create and Extract RAR Files in Linux
I've been sharing mp3s with my close friends for years. We share mp3 files within our same interest in music. As I'm now a total Linux desktop user (I didn't use windows anymore ), I have to find way to create and extract RAR files in Linux since we share the files in compressed RAR files in less than 5MB split. I always think that my findings in my Linux journey can also help others... So, here is the way to create RAR file in Ubuntu Linux . First, make sure you have already install unrar and rar which you can get it by issuing this command in your terminal ( Application > Accessories > Terminal ) ... $ sudo apt-get install rar unrar In order to create RAR file, you can just right click on the selected files and click on "Create Archive...", select .rar on the archive dropdown and click on "Create". But, if you wanna extra control, you can use your great powerful terminal to do so. Here's what I do to Create a RAR file splitted to less than...