Changes

Jump to navigation Jump to search
729 bytes added ,  06:15, 4 December 2014
Line 108: Line 108:     
[[#top|Back to Top]]
 
[[#top|Back to Top]]
 +
 +
==How to install tar.gz file on Ubuntu==
 +
 +
<li>There are numerous file formats, and people face installation issues with many of them. Tar.gz
 +
file is one file type which often creates installation issues. There is a specific technique of
 +
installing tar.gz file on Ubuntu.<br>
 +
 +
Open terminal(ctrl+alt+t)
 +
 +
1. The first step to install the file is to change the directory.<br>
 +
 +
'''cd /Downloads/'''
 +
 +
2. extract the downloaded tar.gz file <br>
 +
 +
sudo tar -zxvf <example.tar.gz>
 +
 +
3. Change the directory to unzipped folder, i.e.:<br>
 +
'''
 +
cd /download/example'''
 +
 +
'''./configure'''
 +
 +
'''make'''
 +
 +
4. And then get into the root i.e.:<br>
 +
 +
'''sudo su'''
 +
 +
5. Enter your password.<br>
 +
'''
 +
make install'''
 +
 +
6. It will start to install.<br>
 +
    
==How to connect Datacrds in ubuntu 14.04==
 
==How to connect Datacrds in ubuntu 14.04==

Navigation menu