LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-03-2017, 06:10 PM   #1
naijerana
LQ Newbie
 
Registered: Feb 2017
Posts: 12

Rep: Reputation: Disabled
trying to execute xmind sh file but get bumkess, and im a noob


ive been trying a bit to get chmod +x file.sh amongst other to work, but nothing all i get is cannot acces and most notorisly the no such file or directory mmmm jaja, even though the sh file is very much in there.

and when i try to do the execute or execute in terminal directly on the sh file just toooootaly nothing, i realy would like to have xmind installed, because before my other laptop went bye bye i somehow got xmind on it, thus i have some files i want to open and work on again.

Greetings,
Naijerana
 
Old 12-04-2017, 02:17 AM   #2
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
There are instructions in readme text files or something like that?
 
Old 12-04-2017, 03:05 AM   #3
naijerana
LQ Newbie
 
Registered: Feb 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
Windows Users:
Windows XP or later.

Mac Users:
Mac OS X 10.6 or later.

Linux Users
Ubuntu 8.04 or later.

when i read youre reply, all i could think about was DDUUUHH, now i have read it and unfortanely this is it.


INSTALLATION

First, Download XMind from http://www.xmind.net/

For Windows installer, double-click it and follow the on-screen
instructions.

For Windows Zip version, unzip it to a clean folder. Open
this folder, and launch XMind directly without installation.

For Mac disk image, double-click it to open a Finder window including
"XMind.app" (Some download tool would open it automatically.) Drag the
"XMind.app" into your Applications folder to copy it to your hard drive.
You can drag XMind again from the Applications folder to your dock, if you
want.
 
Old 12-04-2017, 06:32 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Since you're in the terminal trying commands. Do you know how to look at the long listing of files?
Code:
ls -l
Using this you can see what the ownership and group of files are.

First a few questions/comments:
  • What is your distribution and version of it?
  • Are you logged in as yourself, or root?
  • Are the files for this install located in your home, or somewhere else?
  • When you do look at the ownership of the files, who does own them? And how is that related/not-related to your login? I.e. is it owned by your login, or are you root where it won't matter, and why would you be root (unless it is one of the distros where you always are root)
Where I'm going with this is that the normal case would be you:
  • Download a package to your user login directory somewhere, and unzip it. You should end up being the owner of those files/directories
  • You then run from your directory to configure and build, if needed
  • To do an install, you do that using super-user privileges and it is best to use sudo. Do you know how to use sudo?
Perhaps you can reply with some updated information so we can help you with some next steps.
 
Old 12-04-2017, 11:17 AM   #5
naijerana
LQ Newbie
 
Registered: Feb 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
sirris@sirrisgarda ~ $ ls -l
total 32
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Afbeeldingen
drwxr-xr-x 3 sirris sirris 4096 dec 4 00:52 Bureaublad
drwxr-xr-x 3 sirris sirris 4096 dec 4 13:41 Documenten
drwxr-xr-x 2 sirris sirris 4096 dec 4 13:37 Downloads
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Muziek
drwxr-xr-x 3 sirris sirris 4096 dec 3 23:27 Openbaar
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Sjablonen
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Video's
sirris@sirrisgarda ~ $ sudo su
[sudo] password for sirris:
sirrisgarda sirris # ls -l
total 32
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Afbeeldingen
drwxr-xr-x 3 sirris sirris 4096 dec 4 00:52 Bureaublad
drwxr-xr-x 3 sirris sirris 4096 dec 4 13:41 Documenten
drwxr-xr-x 2 sirris sirris 4096 dec 4 13:37 Downloads
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Muziek
drwxr-xr-x 3 sirris sirris 4096 dec 3 23:27 Openbaar
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Sjablonen
drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Video's
sirrisgarda sirris #


laptop specs > https://support.hp.com/id-en/document/c05243152

A1
linux mint 18.3 cinnamon 64bit
version cinnamon 3.6.6
linux systemcore 4.10.0-40-generic
processor amd a8-7410 apu with amd radeon r5 graphics x 4
memory 4.8 gib
disk 242.8 gib
graphic card advanced micro devices,inc. [amd/ati] mullins [radeon r4/r5 graphics]

A2
in preferences i got away with the geust session, so i´m geussing root

A3
1 in public file and 1 on desktop

A4
i have no idea what you are talking about, i only i downloaded it from the xmind site, clicked download selected linux

i downloaden, unzipped, tried to install but nothing happens, the only 2 codes i know are sudo su and apt get-update or apt-get update.

yesterday i tried to use some of these lies > https://www.cyberciti.biz/faq/run-ex...-shell-script/
but i ended up bumkess, maybe i wrote it wrong i dunno, because i dont have it in english i have it all in dutch.
 
Old 12-04-2017, 11:34 AM   #6
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Unless sirris means guest in Dutch, your username is that and you own the files in your directory.

Now for the new files which you've downloaded and unzipped, are they also there? Or are they in Downloads or some other sub-directory?

Because that is where you need to know who owns the files.

The relevant output of ls -l per your details is explained in the following:

drwxr-xr-x 2 sirris sirris 4096 dec 3 19:32 Afbeeldingen

d - this is a directory
rwxr-xr-x - these are permissions. Trios, Owner, Group, World. r - read, w - write, x - execute. rwx for the owner, r-x for the group, which is also sirris (very common for a username to have their own group as a default, no harm there), r-x for world. What r-x means is read and execute. Which actually for a directory makes sense because someone technically needs to execute it to be able to go down into it using the cd command. The rest are things like file size (all directory filenames are one size which is meaningless, it has nothing to do with the contents of the directory, the date, and filename.

What you need to do is to cd (change directory) to where the unzipped file is and do the ls -l command there, so we can see ownership and permissions for that file.

I'm trying to think how you get to your Desktop directory. Unsure, I don't see it in your home directory where you appear to have done the ls command from. It should be right there and in checking, the apparent Dutch word for desktop is "desktop". I'm not at my Mint system right now I'll have to check in a bit when I get back to that system. Please try to find the directory where you downloaded and unzipped this file and do the ls -l there so you can see the information on that file.
 
Old 12-04-2017, 11:43 AM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I bet on "Bureaublad" as Desktop folder name

@naijerana,
The first thing you have to learn is the working directory, eg the folder where you are.

To execute the installation script, it's better to do it from the same directory in which it's located.

You can do it with the mouse maybe, you double click on unzipped folder, then right click on folder blank background and select open terminal here. You can execute the script from there, using tips like you found on previous post
 
Old 12-05-2017, 10:10 AM   #8
naijerana
LQ Newbie
 
Registered: Feb 2017
Posts: 12

Original Poster
Rep: Reputation: Disabled
thank you all for the help,

after i right clicked on destop and the terminal landed in that directory, then i did the rest i found on the website, and installed it on my dektop, o well at least its installed XD XD

Thanks again people!!!!
 
Old 12-05-2017, 11:20 PM   #9
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
If you want to run a program that is not in the path, but is in the working directory, you do
Code:
$ ./program_name
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation Freemind or Xmind on Raspberry Pie gotgot59 Debian 4 07-22-2017 07:40 PM
openssl encrypted file is giving cannot execute binary file error Aashika Linux - Newbie 4 06-30-2015 01:04 PM
[SOLVED] Xmind and java issues.... charlemagne-is-my-son Linux - Software 1 03-18-2014 05:16 PM
Unable to execute file (I have execute permission) leoecco Linux - General 1 07-20-2013 10:20 PM
LXer: Mind Mapping With XMind on Ubuntu LXer Syndicated Linux News 0 08-06-2009 11:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration