I have lots of .7z files, all with the same password. How can I extract them all easily? The default GUI in Ubuntu 12.04 is asking for the password for each file, which is too slow and annoying.
I have lots of .7z files, all with the same password. How can I extract them all easily? The default GUI in Ubuntu 12.04 is asking for the password for each file, which is too slow and annoying.
Not a GUI solution but command line:
Where -ppassword means that "password" is your password.
If you don't want to use the command-line tools or install packages such as
p7zip-full
, perhaps the best program for you would be Peazip, although it is not in the repositories. Choose the GTK 2 version from the Sourceforge link and install thedeb
file withgdebi
orsoftware center
. There is also a 'portable' version that you can download, extract and then run the executable without installing it.Its handling of
.7z
files is good, and it has support for password protected files, which is exactly what you want, and several other useful tools, such as one to check the integrity of archives and even one to benchmark the time taken to compress/decompress files.It has support for extracting many files at once, as you see in the first screenshot; in the second screenshot you can see the simple, file-manager like GUI, which makes it simple to select the archives to be extracted.