• Skip to primary navigation
  • Skip to content
  • Skip to footer
Daily Learning Log
  • Portfolio
  • Category
  • Tag
  • Search
    • Electrical Engineering
      • Machine Learning
      • Data Analysis
      • Image Signal Processing
      • Digital Signal Processing
    • Natural Sciences
      • Physics
      • Linear Algebra
    • Computer Science
      • Python
      • CUDA
      • Language
    • Others
      • Setup
      • Blog
      • Book
      • House Chores

    How to install 7zip in Ubuntu

    On this page

    • Work Instruction
    • Install 7 zip
    • Unzip
    • Unzip in folder name

    File compression program

    Work Instruction

    Install 7 zip

    sudo apt-get update
    sudo apt-get install p7zip-full
    7z x filename.7z
    

    Unzip

    7z x filename.zip
    

    Unzip in folder name

    7z x filename.zip -ofoldername
    
    • for Window, 7z download: https://www.7-zip.org/download.html

    Tags: 7zip, Installation, Ubuntu

    Categories: setup

    Updated: July 31, 2023

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    CUDA example code 1. main.cpp, kernel.cu, kernel.cuh 구성으로 빌드하기, ubuntu

    CUDA sample code

    CMake

    CMake

    Tesseract OCR and OpenCV in Ubuntu

    Create cpp and build it using tesseract OCR and openCV in ubuntu

    Qt for Linux

    Qt for Linux

    • Follow:
    • Feed
    © 2024 Your Name. Powered by Jekyll & Minimal Mistakes.