LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-29-2012, 01:33 PM   #46
nadeempitafi
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Rep: Reputation: Disabled

i see! let me try it then i will let you know.
 
Old 11-29-2012, 03:34 PM   #47
nadeempitafi
LQ Newbie
 
Registered: Nov 2012
Posts: 29

Rep: Reputation: Disabled
dear knudfl,

if you find more detailed tutorial on MOVE please share with me.
 
Old 04-19-2013, 09:34 AM   #48
amissan
LQ Newbie
 
Registered: Apr 2013
Posts: 7

Rep: Reputation: Disabled
Unhappy Gui SUMO

Hi
I have this error when I run : sumo --gui in ubntu 10.10

Error: On processing option '--gui':
No option with the name 'gui' exists.


Help me please
 
Old 04-19-2013, 10:38 AM   #49
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 48, @ amissan : Welcome to LQ.

The sumo GUI command for all later versions : sumo-gui
 
Old 04-20-2013, 02:23 AM   #50
amissan
LQ Newbie
 
Registered: Apr 2013
Posts: 7

Rep: Reputation: Disabled
Unhappy

Quote:
Originally Posted by knudfl View Post
Post # 48, @ amissan : Welcome to LQ.

The sumo GUI command for all later versions : sumo-gui

The same problem
sumo-gui: commande introuvable
 
Old 04-20-2013, 10:00 AM   #51
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 50 .

Which version of 'sumo' ?
 
Old 08-10-2013, 05:27 PM   #52
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 52, @sunrise.

Ubuntu 12.04 :

$ sudo apt-get install \
g++ g++-4.4 gfortran libgdal1-dev libproj-dev libxerces-c2-dev libfox-1.6-dev

$ cd sumo-src-0.12.3/
$ export CC=gcc-4.4 CXX=g++-4.4 && ./configure
$ make
$ sudo make install

EDIT : The @sunrise post was moved to :
http://www.linuxquestions.org/questi...on-4175472895/

-

Last edited by knudfl; 08-10-2013 at 05:34 PM.
 
1 members found this post helpful.
Old 08-11-2013, 09:37 PM   #53
Tolaam
LQ Newbie
 
Registered: Aug 2013
Posts: 4

Rep: Reputation: Disabled
Thank you very much guys, it helped me a lot
 
Old 08-12-2013, 07:27 PM   #54
sunrise
LQ Newbie
 
Registered: Aug 2013
Posts: 8

Rep: Reputation: Disabled
Unhappy concerning SUMO installation

Dear Sir,

Thanks a lot for your kindly reply.

I just want to let you know that, from all your replies when you recommended anything to do and to fix my issue ; I followed your advice and a also I have looked all links which you sent , thanks a lot for your help.

But actually I'm still trying to install SUMO 0.12.3 version from Terminal within Ubuntu 12.04.2, but sadly I didn't get anything.
I'm sorry if I bothered you, but I need to fix this and get your guide.

For this I have downloaded all of the (sumo-winbin-0.12.3.zip),(sumo-src-0.12.3.zip) and (sumo-src-0.12.3.tar.gz) from this link :

(http://sourceforge.net/projects/sumo...sion%200.12.3/)

Then I have followed your answer , the first line is working but the second one which is ($ cd sumo-src-0.12.3/ ) does not work and can not go to the next step because when I put that command after Enter this message come and says : ((bash: cd: sumo-src-0.12.3/: No such file or directory )

I followed exactly your steps which was :



$ sudo apt-get install \
g++ g++-4.4 gfortran libgdal1-dev libproj-dev libxerces-c2-dev libfox-1.6-dev

$ cd sumo-src-0.12.3/
$ export CC=gcc-4.4 CXX=g++-4.4 && ./configure
$ make
$ sudo make install


Please could you tell me what should I have to do? I really need this because I need to use MOVE .
I really appreciate your help.


Best regards,

Sunrise
 
Old 08-13-2013, 12:34 AM   #55
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 54, @sunrise : Please use your SUMO own thread ...
http://www.linuxquestions.org/questi...5/#post5007809
... ? Did you read the answer you got yesterday ?


LQ Rules
""Do not post the same discussion in more than one forum.
Duplicate discussions can be frustrating for other members.""



-
 
Old 08-13-2013, 09:19 AM   #56
sunrise
LQ Newbie
 
Registered: Aug 2013
Posts: 8

Rep: Reputation: Disabled
Dear Knudfl,

Thanks a lot for your kindly reply.

Yes, I have read your both last answers, thanks a lot.
But still could not fix my issue , that's why again I send my last query.

I don't want to bother any of you and I didn't mean that , since I register with you. I had some issue I would hope to get your answer and help me to fix it , while still my issue is there and couldn't work on. However, if my issue was solved I didn't discuss more than one time.

This with my respect to your saying:

(Do not post the same discussion in more than one forum.
Duplicate discussions can be frustrating for other members.""


I'm just waiting if you could let me know how can I fix my problem with SUMO.


Kind regards,

Sunrise
 
Old 08-13-2013, 09:52 AM   #57
sunrise
LQ Newbie
 
Registered: Aug 2013
Posts: 8

Rep: Reputation: Disabled
Dear Knudfl,

The issue of that I could not install my SUMO, while after I put second command ($ cd sumo-src-0.12.3/ ) is stopping and can not go on to the next step .


Kind regards,

Sunrise
 
Old 08-13-2013, 10:22 AM   #58
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,623

Rep: Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964Reputation: 7964
Quote:
Originally Posted by sunrise View Post
Dear Knudfl,
The issue of that I could not install my SUMO, while after I put second command ($ cd sumo-src-0.12.3/ ) is stopping and can not go on to the next step .
This was answered in your other thread, and you were given tips on installing the latest version too, which you seem to have ignored. Do NOT double post your questions, or hijack someone elses thread. Both are against LQ Rules.
 
1 members found this post helpful.
Old 08-18-2013, 11:13 AM   #59
sunrise
LQ Newbie
 
Registered: Aug 2013
Posts: 8

Rep: Reputation: Disabled
Hello guys,

I was wondering ask you about , creating some scenarios for some routing protocols in VANET environment within using Ns-2 ,within having MOVE in Ubuntu 12.04.02.
Creating Nodes and Edges are OK but after that when I want to Create Map does not work , and I can not get anything . Could you guide me to fix this problem I really appreciate .


Kind regards,

Sunrise
 
Old 08-20-2013, 10:09 PM   #60
zadi
LQ Newbie
 
Registered: Aug 2013
Posts: 21

Rep: Reputation: Disabled
hi did you work with TRANS .. I installed but I can not get a handle plz help
 
  


Reply

Tags
greedy, gytar, ns2, sumo



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
install sumo glitter Linux - Newbie 9 08-31-2013 04:04 PM
Sumo simulator gui problem in ubuntu 8.04 vidhoon Linux - Newbie 9 08-30-2011 12:39 PM
install sumo glitter Linux - Newbie 1 04-09-2011 10:17 AM
SUMO simulator GUI pronlem with ubuntu 8.04 vidhoon Linux - Networking 1 06-01-2010 01:21 PM
LXer: Mozilla SUMO Is No Lightweight LXer Syndicated Linux News 0 04-11-2009 01:00 PM

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

All times are GMT -5. The time now is 03:09 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