OPERATING SYSTEMSOS Linux

How to install OMNeT++ 6.0 pre in ubuntu 20.04 LTS الدرس الثاني تحميل وتثبيت

في هذا الفيديو سيعلمك طريقة تحميل وتثبيت اخر اصدار من اومنت بلاس بلاس داخل اخر اصدار من لنكس اوبنتو خطوة بخطوة

In this video, you will learn how to download and install the latest version of OMNet++ 6.0 pre in the latest version of Ubuntu 20.04 LTS by using a virtual machine (VirtualBox) step by step

The following three steps:
1-Download and install
The following link to download VirtualBox 6.1
https://www.virtualbox.org/wiki/Downloads

The following link to download ubuntu 20.04 LTS
https://ubuntu.com/download

The following link to download OMNeT 6.0 pre
https://omnetpp.org/download/preview

2-Install the prerequisite packages
———————————————————–
$ sudo -s
$ apt-get update
$ apt-get upgrade

$ sudo apt-get install build-essential clang lld gdb bison flex perl
python3 python3-pip qt5-default libqt5opengl5-dev
libxml2-dev zlib1g-dev doxygen graphviz libwebkit2gtk-4.0-37

$ python3 -m pip install –user –upgrade numpy pandas matplotlib scipy seaborn posix_ipc

$ sudo apt-get install openscenegraph-plugin-osgearth libosgearth-dev

3-Enverironmet variables & OMNeT
—————————————————————–
$ tar xvfz omnetpp-6.0pre11-src-linux.tgz

$ cd omnetpp-6.0pre11
$ sudo -s
$ source setenv

$ gedit ~/.bashrc
export PATH=$HOME/omnetpp-6.0pre11/bin:$PATH

$ ./configure
$ make

————————————————-
OMNeT++ level 1:

————————————————-

OMNeT++ level 2:

————————————————-

OMNeT شرح بالعربي
تحميل وتثبيت وتنفيذ OMNeT

Mahmood A. Al-shareeda:
لا تتردد في الاتصال بنا إذا كان لديك أي استفسار أو كنت بحاجة إلى مزيد من المعلومات. تواصل معنا على
Email : alshareeda022@gmail.com

#omnet
#omnet_install
#omnet_ubuntu
#محتوى_بحثي_عربي

source

ubuntu

Leave a Reply

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