Results 1 to 4 of 4

Thread: How do I unzip an encrypted 7z archive with archive manager?

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Beans
    35
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    How do I unzip an encrypted 7z archive with archive manager?

    I have an encrypted 7z archive and when I open it with archive manager it says "an error occured while loading the archive". (the file is not corrupt)
    Is there something I need to install to get it to work?
    What about RAR?

    (using Mint 14)
    Last edited by Perfect Storm; March 15th, 2013 at 09:50 AM. Reason: added prefix

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: How do I unzip an encrypted 7z archive with archive manager?

    Moved to Other OS/Distro Talk.

  3. #3
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: How do I unzip an encrypted 7z archive with archive manager?

    Code:
    sudo apt-get install p7zip{,-full}
    After that the archive manager will be able to handle 7z archives.

  4. #4
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: How do I unzip an encrypted 7z archive with archive manager?

    Quote Originally Posted by Nerv68 View Post
    I have an encrypted 7z archive and when I open it with archive manager it says "an error occured while loading the archive". (the file is not corrupt)
    Is there something I need to install to get it to work?
    What about RAR?

    (using Mint 14)
    I made a small encrypted archive with two text files from the current directory with the following command
    Code:
    7z a -mhe=on -p test.7z .
    (the password is prompted)

    It worked without issues to open it with the default archive program in Ubuntu 12.04 LTS
    Code:
    file-roller test.7z
    Of course it wants the password, but after that I can view the files. (Use your appropriate file name)

    I think either your 7z file is corrupt, or your file-roller does not have 7z tools. Install it with the following command and try again
    Code:
    sudo apt-get install p7zip-full
    If still no go with file-roller, try
    Code:
    7z e test.7z
    (Use your appropriate file name)
    Last edited by sudodus; March 15th, 2013 at 10:19 AM. Reason: ninja'd by schragge

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •