If you have a folder that’s full of files and need to send it to someone or otherwise store it efficiently, archiving the folder into a .zip file is a good way to do it. Of course, on Linux systems, it’s probably more common to come across compressed tar files, but zip archives are still ubiquitous and a perfectly viable choice.
In this guide, we’ll show you how to compress (or “zip”) a folder on all major Linux distributions. We’ll be covering the steps for doing so on the command line as well as from the GNOME and KDE graphical desktop environments. Choose whichever method you find most appropriate when creating your zip file.
In this tutorial you will learn:
- How to zip a folder from Linux command line
- How to zip a folder from GNOME GUI
- How to zip a folder from KDE GUI