About 15,700 results
Open links in new tab
  1. compression - Open par2 file? - Ask Ubuntu

    Jun 10, 2016 · On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these?

  2. Newest Questions - Page 4481 - Ask Ubuntu

    Open par2 file? On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these? files …

  3. Newest Questions - Page 4480 - Ask Ubuntu

    Open par2 file? On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these? files …

  4. What's the difference between .tar.gz and .gz, or .tar.7z and .7z?

    Apr 15, 2012 · However, 7z will only know about the one tar file inside, and the entire tar file will have to be unpacked and read to discover what lies inside. Therefore, for a bunch of regular files, and where …

  5. Highest scored 'compression' questions - Page 3 - Ask Ubuntu

    Open par2 file? On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these? files …

  6. Highest scored 'zip' questions - Page 3 - Ask Ubuntu

    Open par2 file? On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these? files …

  7. Newest 'compression' Questions - Page 3 - Ask Ubuntu

    Open par2 file? On Ubuntu 16.04 and a program I'm trying to install downloaded a bunch of 'par2' files. Archive manager doesn't seem to recognize them. What application should I use to open these? files …

  8. Trending 'zip' questions - Page 4 - Ask Ubuntu

    How do I make the directories in a zip file relative to the target directory instead of my working directory I'm calling the zip command from a script where I cannot change directory. I need to make a zip file …

  9. how to extract a rar file with multiple parts? - Ask Ubuntu

    Jul 17, 2020 · Closed 5 years ago. How should I extract a file which has more than one rar file that should be extracted with each other?

  10. What command do I need to unzip/extract a .tar.gz file?

    Type man tar for more information, but this command should do the trick: tar -xvzf community_images.tar.gz To explain a little further, tar collected all the files into one package, …