dnf
crates.io
dnf | crates.io | |
---|---|---|
13 | 663 | |
1,235 | 2,940 | |
0.7% | 1.2% | |
8.3 | 10.0 | |
9 days ago | about 23 hours ago | |
Python | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dnf
- Any way to speed up dnf tab autocomplete?
-
still don't understand why dnf metadata only downloads with 10-20KB/s speed on here. meanwhile on speedtest it's roughly 4MB/s
I just use dnf-makecache.service to handle background metadata syncs. Just modify the dnf-makecache.timer to manage when these occur.
-
Ask HN: What Next After Ubuntu?
https://github.com/rpm-software-management/dnf/pull/1879
However its o my going to work on rhel 10 or anything that has very very up to date DNF version.
-
Is it possible to get better tab completion with dnf?
Sure. Raise a bug report. Asking nicely on Reddit isn't going to make it happen.
- Who can explain to us more?
-
Fedora 39 Looks To Use DNF5 By Default For Better Performance & Improved User Experience
I'm not sure, I'm not a dnf developer. It was implemented in C++, so it would probably have to be done differently in version 4. I belive dnf development is focused on version 5 right now, so adding features to version 4 is probably not a high priority. It would be nice to see it in version 4 so it could be added to current versions of RHEL and Fedora, but time is a finite resource. Perhaps you could implement and send a pull request, or at least file a bug to discuss it upstream?
-
What do you think of DNF?
dnf uses python only for command line functionality. Its core part, libdnf, is written in C++. However yes, dnf in my experience is still significantly slower than apt and pacman.
- What is the best distro for gaming on linux?
-
Python finally offloads some batteries
Lots of people use python apps and not know about it. I don't get where the idea that it's complicated comes from. You run them the same way as everything else. For example if you use anything redhat-based you're running a python app (https://github.com/rpm-software-management/dnf). If you're running any desktop environment, you're likely using at least one python app or something with python scripting embedded.
-
[dnf settings] how do I get dnf to output its setting values?
Of course they also changed the default fedora dnf.conf to make it include best=False, so there was no change, except users can simply delete this line in dnf.conf to enable best.
crates.io
-
Tech Transfer from Old Languages to GO and Rust
Rust: crates.io
-
Create a Custom GitHub Action in Rust
Rust has a rich ecosystem of frameworks and libraries that let you read, parse, and manipulate text files, interact with cloud services and databases, and perform any other job that your project's development workflow may require. And because of its strong typing and tight memory management, you are much less likely to write programs that behave unexpectedly in production.
-
Rust Keyword Extraction: Creating the YAKE! algorithm from scratch
All the code discussed in this article can be accessed through this repository. For integration with existing projects consider using keyword_extraction crate available on crates.io.
-
Migrating a JavaScript frontend to Leptos, a Rust framework
So, be sure to double-check your critical libraries and be sure their alternatives exist in the Rust ecosystem. Thereβs a good chance the crates you need are available in Rust's crates.io repository.
-
Learning Rust: A clean start
The previous section was very simple, this section is also very simple but introduces us to cargo which is Rust's package manager, as a JS dev my mind goes straight to NPM.
-
#2 Rust - Cargo Package Manager
Now, there has to be a place where all these packages come from. Similar to npmjs registry, where all node packages are registered, stored and retrieved, Rust also has something called crates.io where many helpful packages and dependencies are registered.
-
Rust π¦ Installation + Hello World
Before proceeding, let's check https://crates.io/, the official Rust package registry.
-
Underestimating rust for my Project.
The most thrilling aspect has been the joy of writing the backend. It's like every struct, enum, and method in Rust forms this interconnected Multiverse of code , which you can see in crates.io which is best Documentation experience I Ever Had.
-
Top 10 Rusty Repositories for you to start your Open Source Journey
5. Crates.io
-
Project Structure Clarification Coming From Python - With Example
When using crates from eg. crates.io, and also things like std and core
What are some alternatives?
dnfdragora - dnfdragora is a dnf frontend based on libyui abstraction
docs.rs - crates.io documentation generator
libdnf - Package management library.
plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely π¦ ππ
dnf5 - Next-generation RPM package management system
Cargo - The Rust package manager
ci-dnf-stack - CI tests for the dnf stack
trunk - Build, bundle & ship your Rust WASM application to the web.
WSL - Source code behind the Windows Subsystem for Linux documentation.
gtk4-rs - Rust bindings of GTK 4
microdnf - Lightweight implementation of dnf in C
embassy - Modern embedded framework, using Rust and async.