what app can I use to unzip a folder? [SOLVED]
what app can I use to unzip a folder? [SOLVED]
I right clicked on it and inside it whilst selecting a file but I don't see an option to unzip.
Last edited by Sparky on Sat Mar 07, 2020 6:05 am, edited 1 time in total.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: what app can I use to unzip a folder?
you would extract a folder or file from an opened archive, e.g zip-archive.
Re: what app can I use to unzip a folder?
I can't find zip-archive in synaptic
Can I unzip an entire folder?
Can I unzip an entire folder?
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: what app can I use to unzip a folder?
Xfce comes with an archiver already, which does also handel zip-archives. Just right-click in thunar to create an archive or extract an archive. You can only "unzip" a folder from an already zipp'ed archive. So your question makes not much as such sense to me, as you cannot unzip a just folder, which is not within a archive already.Sparky wrote: Fri Mar 06, 2020 4:13 pm I can't find zip-archive in synaptic
Can I unzip an entire folder?
Re: what app can I use to unzip a folder?
the folder is a super mario snes folder, it contains over 700 zipped files. The only way I can reach the unarchiver is by selecting a few, If I select all the option disappears.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: what app can I use to unzip a folder?
Ahh, so you are asking not to unzip a folder but to unzip zip-archive files within a folder. That's a different question.Sparky wrote: Fri Mar 06, 2020 4:41 pm the folder is a super mario snes folder, it contains over 700 zipped files. The only way I can reach the unarchiver is by selecting a few, If I select all the option disappears.
Re: what app can I use to unzip a folder?
Can I do that?fehlix wrote: Fri Mar 06, 2020 5:01 pmAhh, so you are asking not to unzip a folder but to unzip zip-archive files within a folder. That's a different question.Sparky wrote: Fri Mar 06, 2020 4:41 pm the folder is a super mario snes folder, it contains over 700 zipped files. The only way I can reach the unarchiver is by selecting a few, If I select all the option disappears.
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Re: what app can I use to unzip a folder?
The folder must then contain some files that are not zip files. You can sort files by Arrange/Sort by File Type in Thunar, so you can easily spot those. Select all, then unselect the non zip files with <Ctl> <left-click> on each one. Once only zip files selected, the Extract option will appear when right-clicked.
Of course, it's also pretty easy to write a script to extract each zip file in the folder. If you want to try that, a little websearch on that question should show you how.
Of course, it's also pretty easy to write a script to extract each zip file in the folder. If you want to try that, a little websearch on that question should show you how.
Re: what app can I use to unzip a folder?
Post deleted by author.
Last edited by komer on Wed Mar 25, 2020 11:19 pm, edited 1 time in total.
Re: what app can I use to unzip a folder?
Hey that did it!komer wrote: Fri Mar 06, 2020 7:16 pmRight click -> open terminal here (inside that folder) and:HTH :-)Code: Select all
$ unzip "*.zip"
Thank you both!
MX Linux Asus F552, 12GB RAM, 500GB WD SSD MX19.2
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1
Dell Inspiron 7559 16GB RAM 1X 256GB SSD & 1TB SSD MX KDE 21.1 & Windows 11
Mini Tower PC 2X 256GB SSD MX KDE21.1