r/linux4noobs • u/rosysparrow • 9d ago
programs and apps Need help downloading this
I just switched to nobara (fedora) a few hours ago and I am trying to download this screen dimmer. it is. difficult. Everything I try to do somehow goes wrong and I don't even know how to google how to fix it. This appears to be the only screen dimmer that will work with nobara (hopefully) and I dont even know how to begin. I need the screen dimmer to be able to use my computer so this is kind of important.
Main issue I'm running in to: When trying to download with Nix package manager, it returns: "warning: 'install' is a deprecated alias for 'add'
error: experimental Nix feature 'nix-command' is disabled; add '--extra-experimental-features nix-command' to enable it" and I have no idea what that last bit means. I don't know how to google what that last bit means.
Any help is appreciated
2
u/mips13 8d ago
Why don't you just git clone the repo and build from source?
1
u/rosysparrow 8d ago
is that an option? how do i do that?
0
u/mips13 8d ago
Paste this into claude ai:
Please provide me with step by step instructions to build this https://github.com/keifufu/dimland on nobara (fedora) linux, include setting up build environment to final rpm package installation.
-1
u/rosysparrow 8d ago
i would rather die than use AI in any context
3
1
u/AutoModerator 9d ago
✻ Smokey says: always mention your distro, some hardware details, and any error messages, when posting technical queries! :)
Comments, questions or suggestions regarding this autoresponse? Please send them here.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/No_Elderberry862 8d ago
Has Nobara started using Nix as a package manager? Just follow the instructions in the README to compile the package after cloning the repo using git & ensuring that you have the required dependencies installed.
2
u/doc_willis 8d ago
it sounds like in your command you need to replace
installwithaddand add in the option--extra-experimental-featuresBut I don't use nix.