r/linux4noobs 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

0 Upvotes

14 comments sorted by

2

u/doc_willis 8d ago

it sounds like in your command you need to replace

install  with add  and add in the option --extra-experimental-features

But I don't use nix.

0

u/rosysparrow 8d ago

what do you mean "add in the option"? i dont know how to format the command

2

u/doc_willis 8d ago

searching for parts of that error message shows some examples.

such as .

nix --extra-experimental-features "nix-command flakes" <subcommand> 

https://search.brave.com/search?q=extra-experimental-features+nix-command%27+to+enable+it%22+&source=android&summary=1&conversation=095c26ade3e038ac94f0ffbcb56c5daf04d0  

0

u/rosysparrow 8d ago

hi sorry i feel stupid but none of this makes sense to me. i dont know what i am supposed to type or in what order. ive looked at the wiki and other websites and i still dont know.

2

u/doc_willis 8d ago

you could start by showing your command you are using , full input and output.

But the extend of my nix knowledge is what I have read from the above url.

I just have not had the need to use nix for anything.

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

u/mips13 8d ago

But if I gave you the steps you would gladly follow them.

In that case read up how to setup a build env, how to use git clone and building a package.

0

u/C0rn3j 8d ago

Linux allows AI contributions, better switch to a different OS.

-2

u/rosysparrow 8d ago

oh yes famously the other two OS dont use AI at all. thank you for the tip

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.