How to PCLinuxOS Unzip File

November 5, 2017 | By the+gnu+linux+evangelist.

PCLinuxOS Unzip File

Hello PCLinuxOS User! This Tip shows you How to Unzip File on PCLinuxOS Desktops.

And to Unzip File on PCLinuxOS you have first to Install the Unzip Package.

How to PCLinuxOS Unzip File - Featured
  1. Open Terminal Window
    (Press “Enter” to Execute Commands).

    How to PCLinuxOS Unzip File - Kde Open Terminal

  2. Then to Install Unzip for PCLinuxOS.

    su -c "apt-get install unzip"
  3. Finally, to Unzip File into Target
    Simply Double-Click on it in File Manager:

    How to PCLinuxOS Unzip File - Unzip File

    Or from Shell:

    unzip -d /tmp/ ~/Downloads/myFile.zip

    This will Extract into the /tmp Directory.


QuickChic Theme • Powered by WordPress