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?
            Asked
            
        
        
            Active
            
        
            Viewed 405 times
        
    3
            
            
         
    
    
        Aevi
        
- 105
1 Answers
2
            
            
        - Open terminal by tapping Ctrl+Alt+T. 
- In terminal type command: - sudo apt-get install p7zip-full- press Enter. 
- 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