Public chat-room for Nitrux @ Gitter.im — #WelcomeToTheNXWorld — If there's anything else that we can help you with, let us know
Hi @UriHerrera, which option do you think could fit better to encrypt home partition in the deployed Nitrux version?
Hi @arkaitzsilva. Well, we haven't tested encryption scenarios, though it is something that we're considering how to add to znx . You could give it a try with encfs
or cryfs
.
I mean configure nx-desktop-apps-legacy as recommended package instead of dependency to be able to remove it after the installation?
Hi @arkaitzsilva, You can do it in two ways. You can replace the meta-package with one of your own or remove the meta-package and mark the packages you want to keep as manually installed.
Hi again, I guess I could do that for apps if "nx-desktop-apps-legacy" were recommended package of "nx-desktop-legacy" instead of a dependency itself. When I try to remove firefox or docker.io (to install docker-ce, the latest version from official repo) apt tries to remove not only "nx-desktop-apps-legacy" but also de "nx-desktop-legacy" so in the next "apt-get autorremove" my desktop would be removed.
When a package is labeled as a recommended package it means that it's optional, and it doesn't get pulled unless the user specifies the package for installation. IIRC another user also asked about this.
@UriHerrera Thanks for your guidance, but I need more detailed instructions. Like what should I put in the .pref files? Also how do I mark orphaned packages?
You can find more info about using apt_preferences here https://manpages.debian.org/testing/apt/apt_preferences.5.en.html
Likewise, you can find more info about marking packages here http://manpages.ubuntu.com/manpages/focal/man8/apt-mark.8.html#automatically%20and%20manually%20installed%20packages
.
apt autoremove
before you mark the packages.
pkgmaster.devuan.org
for the Devuan packages? The developers recommend that deb.devuan.org
be used instead to reduce the load on their main servers: https://dev1galaxy.org/viewtopic.php?pid=24966#p24966
Why are you using
pkgmaster.devuan.org
for the Devuan packages? The developers recommend thatdeb.devuan.org
be used instead to reduce the load on their main servers: https://dev1galaxy.org/viewtopic.php?pid=24966#p24966
@Head-on-a-Stick We were not aware of any mirrors.
Hi, I recently started using Nitrux. I have the latest version that is available but I experience huge lags on it and I am not able to install the available update because the base-passwd configuration jams. Below I enclose a photo with version and resource consumption during use.
https://imgur.com/UcXQ94k
Edit var/lib/dpkg/info/base-passwd.postinst
If the script has at the top#/bin/sh
change it to #/bin/bash
deb.devuan.org
will benefit both Devuan and Nitrux because the packages & updates will still be available even if the main servers are down.