apt get life

Life around technology

  • Technology
    • Guides
    • Linux
    • Development
      • Laravel
    • Misc
    • Raspberry Pi
  • Writing
  • Crafts
    • Crochet
    • Model Making
    • Painting
  • Privacy Policy
You are here: Home / Archives for 7z

7z (7zip) errors with unsupported method message

2010/08/11 by sudo

When trying to extract a .rar file with 7zip I encountered an error about an unsupported method. The directory contents of the file were listed, however it wouldn’t extract the files. After alittle reserach I discovered you required the following apparently unreleated plugin: p7zip-rar

sudo apt-get install p7z-rar

after installation, re-run your 7zip command and it will work fine

7z x filename.rar

This applies to 7-zip on Ubuntu and Debian distributions. It may also work for other distributions, however it has not been tested.

Install the full version of 7zip with the rar extensions

To install the full version of 7zip, including the p7zip-rar package to solve the unsupported method error when extracting .rar files use the following command:
sudo apt-get install p7zip-full p7zip-rar

Filed Under: Guides, Technology Tagged With: 7z, 7zip, Linux

Recent Posts

  • Disable iLO on HP Microserver Gen8
  • Ubuntu Desktop 24.04 Change Wallpaper Settings
  • Customising Ubuntu Desktop 24.04
  • Remove domains from Let’s Encrypt using Certbot
  • Install Jetbrains Toolbox on Ubuntu 22.04

Tags

API auditing crochet data recovery debian debudding development Dingo API docker email Getting started with Laravel 5 & Dingo API hard drive health HP Microserver KVM Laravel larvel 5 lenovo Linux Minion mint netgear nas networking network shares php PHP development Postfix raspberry pi review samba security SMART smartctl smartmontools smb testing traefik ubuntu ubuntu 18.04 ubuntu 20.04 ubuntu 22.04 ubuntu server vagrant Virtual machines xdebug xubuntu

© Copyright 2015 apt get life