Difference between revisions of "Debian distro"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with "= Overview = What we learn in this chapter? Install, play and fun with Ubuntu distro ... __TOC__ = Host Enviroment = We suggest use Ubuntu 12.04.4 LTS (32 bits) in you...")
 
Line 1: Line 1:
= Overview =
+
=Overview=
 
+
What we learn in this chapter? Install, play and fun with Debian distro ...
What we learn in this chapter? Install, play and fun with Ubuntu distro ...  
 
  
 
__TOC__
 
__TOC__
  
  
= Host Enviroment  =
 
  
We suggest use Ubuntu 12.04.4 LTS (32 bits) in your host, you can download it from our server using this [http://downloads.isee.biz/pub/igepv5_ce/devel/iso/ubuntu-12.04.4-desktop-i386.iso link] or directly from Ubuntu (Canonical) website. You can install it in a Virtual Machine enviroment using any Virtualization software or directly in your PC.  
+
=Host Enviroment=
 +
We suggest use Debian 9.02 (64 bits) in your host, you can download it from our server using this [http://downloads.isee.biz/pub/igepv5_ce/devel/iso/ubuntu-12.04.4-desktop-i386.iso link] or directly from debian website. You can install it in a Virtual Machine enviroment using any Virtualization software or directly in your PC.
  
After install is recommended update the package list with:  
+
After install is recommended update the package list with:
<pre>sudo apt-get update</pre>
 
== Install Development packages  ==
 
  
 +
<pre>sudo apt-get update</pre>
 +
==Install Development packages==
 
Now is time to install some packages if you want to build your own distribution.
 
Now is time to install some packages if you want to build your own distribution.

Revision as of 18:00, 21 October 2017

Overview

What we learn in this chapter? Install, play and fun with Debian distro ...


Host Enviroment

We suggest use Debian 9.02 (64 bits) in your host, you can download it from our server using this link or directly from debian website. You can install it in a Virtual Machine enviroment using any Virtualization software or directly in your PC.

After install is recommended update the package list with:

sudo apt-get update

Install Development packages

Now is time to install some packages if you want to build your own distribution.