Am new in Ubuntu, I have install kde plasma desktop, and want to install kde base plug in, and I have to run a configure.sh
script file, and I try to type in:
./Home/michael/downloads/document/kdebase/configure.sh
it can not find the file but the file is there, How can I run install.sh
file same place. Can someone help me.
Thanks.
First make it executable using
chmod u+x /home/michael/downloads/document/kdebase/configure.sh
and then execute it using
/home/michael/downloads/document/kdebase/configure.sh
It seems just a typo error:
/home
in Ubuntu is/home
not/Home
Downloads
is with capital Dso I think you must first locate correctly your script.
Anyway the easiest way to do that just open the directory containing the script in GUI using nautilus(file manager) Then just drag and drop the script to the terminal.
To make it executable
Then run it:
You may need be sudo