Can anyone help in installing intellij idea in puppy linux xenial.
i downloaded tar.gz but unable to run .sh file.
. sh files in puppy linux
Moderator: Forum moderators
-
- Posts: 1713
- Joined: Sun Jul 12, 2020 2:38 am
- Location: S.E. Australia
- Has thanked: 260 times
- Been thanked: 781 times
Re: . sh files in puppy linux
Need to make sure it is executable. For this example, let's suppose it is called aname.sh
Open a terminal, cd to the folder containing aname.sh & run:
chmod 755 aname.sh
Then to run it, run:
./aname.sh
Open a terminal, cd to the folder containing aname.sh & run:
chmod 755 aname.sh
Then to run it, run:
./aname.sh