Main Menu

NuTyX 11.1 available

Started by Thierry, Mon Jul 01 21:01:29 2019

Previous topic - Next topic

Thierry

NuTyX 11.1 available with cards 2.4.98

I'm very please to announce the new NuTyX 11.1 release.

This new version contains more then 1000 packages upgrade.

A 32 bits version of NuTyX 11.1 is now available as well.

The base of NuTyX comes with the new kernel LTS 4.19.56 (4.9.183 for the 32 bits version) and the very new kernel 5.1.15 (in 64 bits only).

The gnu compiler is now the gcc 9.1.0.

The graphical server is now in xorg-server 1.20.5, the mesa lib in 18.3.6, gtk3 3.24.9, qt 5.12.4.

The python 3.7.3 and 2.7.16 are updated as well

The MATE Desktop Environment comes in 1.22.1 the very last version as well.

The KDE Desktop plasma in 5.16.2, Framework in 5.59.0 and applications in 19.04.2

Browsers firefox in 67.0.4 and chromium in 74.0.3729.169 (build by the archlinux team and only in 64 bits)

Many desktop applications have been updated as well like thunderbird 60.7.2, Scribus 1.5.5, libreoffice 6.2.4.2, gimp 2.10.12, etc.

4 news ISOs are available.

    in 64 bits:

    The first ISO is a base NuTyX "rolling" version with a size of 384 Mbytes.

    A 5.3 GBytes ISO base NuTyX "fixed" version which contains a completed binaries repository of the 11.1 NuTyX. You can install a complete NuTyX 11.1 without having to use internet. To install packages from this ISO, onces your base system is installed, configured and booting, it's just a question of mounting the media on the /mnt mounting point.

    Suppose you media is found under /dev/sdc1, uses following command to mount it:

    sudo mount /dev/sdc1 /mnt

    Adapt in consequence.

    A 1.7 GByte MATE desktop in "rolling" version.
    in 32 bits:

    A 310 Mbytes ISO base NuTyX "rolling" version.

ISOs are available on the download page.

CARDS

CARDS is now able to track obsolets packages. A package is obsolet when it's not available anymore on the remote server. Such a package is delete automaticaly from your local installation if installed.

Upgrade process

Since this is a minor release, an upgrade is possible.

For a successfull upgrade, the 'cards' package need to be update first.

Please use following commands to proceed:

check

We then update cards first:

up cards

We can now finish the upgrade process:

sudo cards upgrade

McKim

If already have NutyX 11.0 5 Gb version, are better upgrade or better download new 11.1 ISO again ?

If already run 11.0 version software, after upgrade success, are need reinstall all ?
Are the old firefox automatic change to update version ? Or i need doing manually get firefox again ?

How i install gui package installer for nutyx / are already exist ?

I enjoy nutyx, i think if in future lot of package, will better than archlinux, more simple, and faster install

Thanks

Thierry

If you succeed the upgrade processus, you're fine everything will be uptodate, no need to download an new 5 Gb ISO.

oyim

HOORAY!!!  :D

Looking forward to getting started with this Thierry! Thank you!

Thierry

Looking forward to see your coming NuTyX ISOs :)

oyim

Quote from: Thierry on Wed Jul 17 09:34:28 2019
Looking forward to see your coming NuTyX ISOs :)

Thank you Thierry...hope I can remember everything to do.  :P   ;D

I have my instructions, so maybe it will all fall back into place.  ;)


Thierry

Just be aware now: When you produce an ISO you NEED to specify the exact kernel version you want to use now. That's because the ISOs today can have both the LTS and the latest one installed on your ISO.so you need to specify which one you want to make the initrd for. Ask me if you have any question.

oyim

#7
Quote from: Thierry on Fri Jul 19 22:11:40 2019
Just be aware now: When you produce an ISO you NEED to specify the exact kernel version you want to use now. That's because the ISOs today can have both the LTS and the latest one installed on your ISO.so you need to specify which one you want to make the initrd for. Ask me if you have any question.

Okay. Thank you!  :)

By exact, do you mean the kernel number as shown in its description? Such as 4.19.59 for the long-term kernel, and/or 5.1.18 for the latest stable kernel?

Would I add that when I call for install-nutyx 

Such as...


KERNEL="4.19.59" \
install-nutyx


...or would I just add it to the other packages that I want installed?

Thanks Thierry!

Thierry

#8
when you are at: http://nutyx.org/en/generate-iso#18 (Generate the ISO)
instead of doing:

bash $NUTYX_TMP/scripts/mkiso

Only if the kernel install inside the future ISO is different from the one of your host machine, you will need to do:

bash $NUTYX_TMP/scripts/mkiso `basename $LFS/lib/modules/*`

it means take the version of the installed kernel inside the future ISO

oyim

Quote from: Thierry on Sat Jul 20 08:23:20 2019
when you are at: http://nutyx.org/en/generate-iso#18 (Generate the ISO)
instead of doing:

bash $NUTYX_TMP/scripts/mkiso

Only if the kernel install inside the future ISO is different from the one of your host machine, you will need to do:

bash $NUTYX_TMP/scripts/mkiso `basename $LFS/lib/modules/*`

it means take the version of the installed kernel inside the future ISO

Oh.

;D

Thank you sir.  :)