NuTyX official Forum
Help => Cards: The Package Manager => Topic started by: jb74 on Sun Feb 11 21:05:12 2018
-
Hello, new NuTyX user here...
I installed NuTyX via the install-nutyx script. The system installed properly but it looks like I only got access to the base collection / repository. For instance, here's what I get when trying to install openbox:
$ get openbox
cards 2.4.0 install: The package openbox does not exist
The /etc/cards.conf files is as follows:
$ cat /etc/cards.conf
dir /var/lib/pkg/depot/base
base /var/lib/pkg/deport/base
locale en
Is there a way to add other collections / repositories?
-
Hello, new NuTyX user here...
Welcome to NuTyX
I installed NuTyX via the install-nutyx script. The system installed properly
Well done
but it looks like I only got access to the base collection / repository.
I guess you did follow this tuto (http://www.nutyx.org/en/install-offline) which explain how to get an basic NuTyX running.
Is there a way to add other collections / repositories?
Actually, you simply have to add all the collections you want to take in consideration. Most probably you would like all the 17 collections so your /etc/cards.conf files is as follows: should look like this:
dir /var/lib/pkg/depot/kde5-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/kde5|http://downloads.nutyx.org
dir /var/lib/pkg/depot/lxqt-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/lxqt|http://downloads.nutyx.org
dir /var/lib/pkg/depot/gnome-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/gnome|http://downloads.nutyx.org
dir /var/lib/pkg/depot/mate-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/mate|http://downloads.nutyx.org
dir /var/lib/pkg/depot/lxde-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/lxde|http://downloads.nutyx.org
dir /var/lib/pkg/depot/xfce4-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/xfce4|http://downloads.nutyx.org
dir /var/lib/pkg/depot/gui-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/cli-extra|http://downloads.nutyx.org
dir /var/lib/pkg/depot/gui|http://downloads.nutyx.org
dir /var/lib/pkg/depot/cli|http://downloads.nutyx.org
dir /var/lib/pkg/depot/base|http://downloads.nutyx.org
base /var/lib/pkg/deport/base
locale en
And if you want to take profit of the updates available on the current branch, you add:
version current
to your /etc/cards.conf file
Good luck
Thierry
-
Thank you! Up and running now :)
-
Thank you for update