Installing .sh extension file in Ubuntu

To install .sh extension file.. just type following command in terminal..
[sourcecode=”””]sudo sh /path …../fileName.sh[/sourcecode]
or you can change the permission and make it executable..
[sourcecode=””]sudo chmod 775 /path …../fileName.sh
/path …../fileName.sh[/sourcecode]

 

Eftakhairul Islam

Hi, I'm Eftakhairul Islam, a passionate Software Engineer, Hacker and Open Source Enthusiast. I enjoy writing about technical things, work in a couple of startup as a technical advisor and in my spare time, I contribute a lot of open source projects.

 

One thought on “Installing .sh extension file in Ubuntu

Leave a Reply to hasin Cancel reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Read previous post:
Installing Bangla font in Ubuntu

Sometimes we have problem to install Bangla font in Ubuntu. If you want to install Bangla Opentype font SolaimanLipi. First,...

Close