Replies: 5 comments 8 replies
-
Aura can now be installed from
|
Beta Was this translation helpful? Give feedback.
-
A few things
|
Beta Was this translation helpful? Give feedback.
-
Quick question, would you say Aura 4 is a good reference for learning Rust in the same way that <4 was for Haskell? |
Beta Was this translation helpful? Give feedback.
-
How do you deal with cycling dependencies ? I have an issue with mangohud here, which prevents any update.
For the record: Is there an option to at least ignore that package so it updates anything that doesn't touch this cycle? |
Beta Was this translation helpful? Give feedback.
-
I am also having an issue with cyclic dependencies. I upgraded from Aura 3, which didn't have a problem with this, but after jumping to Aura 4.0.0-alpha8, I can no longer install pipewire-full-git, either by itself or with Unfortunately with no depgraph or anything like that to look at, I can't see what aura sees and can't do much about it. And with no way to give aura instructions on how to resolve the dependency cycle, I can't upgrade the system with |
Beta Was this translation helpful? Give feedback.
-
Aura is an ALPM-based package manager and system management tool for Arch Linux and its derivatives.
Hi everyone! 👋 Aura 4 (the Rust port) has been in development for some time, and is nearly ready for a release. Before announcing it on the most public channels, we're doing a limited Alpha and Beta to work out the initial post-port kinks.
Roadmap
aura check
.crates.io
releases.Installation
aura
can be installed directly fromcrates.io
:Provided you have
~/.cargo/bin/
on yourPATH
,aura
should now work:Now, the first real thing you should check is
aura check
. If there's something about its output that isn't clear to you, please ask about it here!Usage and Expectations
The help menus have been vastly improved. Check out
aura -h
to see all the available subcommands (new or old), or paired with a subcommand likeaura -Ah
.And a few other major usage notes:
sudo
, but only when needed. You never need to prefixaura
withsudo
!-Syu
no longer requiresudo
. So:aura -Syu
works just fine.-Au
. There are more subflags to add if you wish (checkaura -Ah
).~/.config/aura.toml
.~/.cache/aura/
, not/var/cache/aura/
as before.Otherwise, as Aura is an ALPM-based package manager, it can do everything
pacman
can do. Go nuts.Questions / Discussion
aura check
?pacman
or Haskell Aura usage patterns broken?du -sh ~/.cargo/bin/aura
for you?pacman
commands like-Rdd
and-Su
?Beta Was this translation helpful? Give feedback.
All reactions