3

I have a file named IBM Quickstart Linux.gz.td, which I am having trouble extracting. Archive Manager says that it is not supported. How do I extract .gz.td files in Ubuntu 15.04?

Aevi
  • 105

1 Answers1

2
  1. Open terminal by tapping Ctrl+Alt+T.

  2. In terminal type command:

    sudo apt-get install p7zip-full
    

    press Enter.

  3. After that in terminal type

    7z x /path/to/your/file
    

    press Enter.

I have not tried this, but with 7zip I extract different types of archives, which are not available on Archive Manager.

A.B.
  • 92,125