Line 111:
Line 111:
#If you want the new user account in Kannada interface select new account you have created and click on langauage, select language kannada.
#If you want the new user account in Kannada interface select new account you have created and click on langauage, select language kannada.
#Once you restart your computer, you will able to see two user accounts, select and login.
#Once you restart your computer, you will able to see two user accounts, select and login.
−
−
<br>[[#top|Back to top]]<br/>
−
−
==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)<br>
−
−
1. The first step to install the file is to change the directory.<br>
−
−
'''cd /Downloads/''' <br>
−
−
2. extract the downloaded tar.gz file <br>
−
−
sudo tar -zxvf <example.tar.gz> <br>
−
−
3. Change the directory to unzipped folder, i.e.:<br>
−
'''
−
cd /download/example'''<br>
−
−
'''./configure'''<br>
−
−
'''make'''<br>
−
−
4. And then get into the root i.e.:<br>
−
−
'''sudo su'''<br>
−
−
5. Enter your password.<br>
−
'''
−
make install'''<br>
−
−
6. It will start to install.<br>
<br>[[#top|Back to top]]<br/>
<br>[[#top|Back to top]]<br/>