Author Topic: NuTyX Installation... how to do ?  (Read 7127 times)

Thierry

  • Administrator
  • Hero Member
  • *****
  • Posts: 706
  • Karma: +13/-0
  • Gender: Male
    • NuTyX distribution
NuTyX Installation... how to do ?
« on: Thu Nov 17 07:26:05 2016 »
To install NuTyX, you can choose between:

- An available script: http://downloads.nutyx.org/install-nutyx
- A MINI iSO: http://downloads.nutyx.org/?C=M;O=D

A base NuTyX is installed.

Update métas-datas from download server:
Code: [Select]
check
Install your favorit graphical interface, you can choose between:
kde5, xfce4, gnome, mate or lxde
Example for xfce4:
Code: [Select]
get xfce4
You need a graphical login manager to  choose your desktop:
Code: [Select]
get lxdm
You can now install all the needed applications:
Code: [Select]
get gvfs alsa-utils firefox libreoffice pidgin thunderbird
If you are using a wireless connection as default, install network-manager-applet and add yourself to the netdev group , for example for pierre account:
Code: [Select]
get network-manager-applet
/sbin/usermod -a -G netdev  pierre

To finalise, reboot your machine:
Code: [Select]
sudo reboot
« Last Edit: Thu Mar 22 14:07:07 2018 by tnut »