Help > Cards: The Package Manager

Base repo only?

(1/1)

jb74:
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:

--- Code: ---$ get openbox
cards 2.4.0 install: The package openbox does not exist
--- End code ---

The /etc/cards.conf files is as follows:

--- Code: ---$ cat /etc/cards.conf
dir /var/lib/pkg/depot/base
base /var/lib/pkg/deport/base
locale en
--- End code ---

Is there a way to add other collections / repositories?

Thierry:

--- Quote from: jb74 on Sun Feb 11 21:05:12 2018 ---Hello, new NuTyX user here...
--- End quote ---
Welcome to NuTyX


--- Quote from: jb74 on Sun Feb 11 21:05:12 2018 ---I installed NuTyX via the install-nutyx script. The system installed properly
--- End quote ---
Well done


--- Quote from: jb74 on Sun Feb 11 21:05:12 2018 ---but it looks like I only got access to the base collection / repository.
--- End quote ---
I guess you did follow this tuto which explain how to get an basic NuTyX running.


--- Quote from: jb74 on Sun Feb 11 21:05:12 2018 ---Is there a way to add other collections / repositories?
--- End quote ---
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:

--- Code: ---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
--- End code ---

And if you want to take profit of the updates available on the current branch, you add:


--- Code: ---version current
--- End code ---
to your /etc/cards.conf file

Good luck

Thierry

jb74:
Thank you! Up and running now  :)

Thierry:
Thank you for update

Navigation

[0] Message Index

Go to full version