dnf
berry
Our great sponsors
dnf | berry | |
---|---|---|
13 | 168 | |
1,099 | 6,320 | |
1.2% | 1.6% | |
6.0 | 9.6 | |
8 days ago | 1 day ago | |
Python | TypeScript | |
GNU General Public License v3.0 only | BSD 2-clause "Simplified" License |
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
-
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.
- 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.
-
Interesting: DNF has recently gained "Vendor Pinning" almost like on Zypper/openSUSE
dnf: https://github.com/rpm-software-management/dnf/pull/1602
-
Chocolatey
dnf for Fedora and Redhat Linux.
berry
-
How I Sliced Deployment Times to a Fraction and Achieved Lightning-Fast Deployments with GitHub Actions
First things first, I made two crucial infrastructure changes. I bid farewell to Yarn and embraced pnpm, the package manager known for its speed and efficiency. With its three-stage installation process, pnpm swiftly handled dependency resolution, directory structure calculation, and linking dependencies.
- Felix, an x86 hobby OS written in Rust
-
Understanding npm Versioning
If you use the Yarn Package Manager instead of npm and run the command yarn upgrade-interactive --latest, you'll see a color-coded legend that indicates the likelihood of a package update breaking your code:
-
React for Beginners: Your First Steps with the Popular JavaScript Library.
3. A package manager: This is a tool that helps you manage dependencies (libraries and frameworks that your code depends on). The most popular package managers for JavaScript are npm (comes with Node.js) and Yarn.
- Managing Dependencies in Node.js: An Overview of NPM and Yarn
-
5 NPM Alternatives You Should Try
As a developer, I have used Yarn as an alternative to NPM for managing packages and dependencies in my Node.js projects. One of the things that I love about Yarn is its faster installation times compared to NPM. Yarn's caching mechanism ensures that packages are only downloaded once, which means that subsequent installations are much faster. Additionally, Yarn's parallel installation process allows multiple packages to be installed simultaneously, which further improves installation times.
-
I created a website for sharing and copying your favorite emojis.
To run this project locally, you will need to have Node.js and npm (or Yarn) installed on your machine.
-
Which route would you recommend for a backend dev to get started on simple web coding?
For a package manager I usually use yarn instead of npm. But npm is fine nowadays too.
-
refine vs RedwoodJS
If you prefer to set up the project on Vanilla JS, remove --typescript tag from the command. Notice, that Yarn package manager is the requirement to create a project.
-
Setting up a custom toolchain
A package manager lets you install, update, and manage third-party packages. Popular package managers: npm (built into Node.js), Yarn, pnpm.
What are some alternatives?
yarn - The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
pnpm - Fast, disk space efficient package manager
docker-node - Official Docker Image for Node.js :whale: :turtle: :rocket:
nx - Smart, Fast and Extensible Build System
lerna - :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
Next.js - The React Framework
yarn.build - Build 🛠 and Bundle 📦 your local workspaces. Like Bazel, Buck, Pants and Please but for Yarn berry (v2/v3) 🥳. Build any language, mix javascript, typescript, golang and more in one polyglot repo. Ship your bundles to AWS Lambda, Docker, or any nodejs runtime.
create-near-app - Create a starter app hooked up to the NEAR blockchain
corepack - Zero-runtime-dependency package acting as bridge between Node projects and their package managers
deno - A modern runtime for JavaScript and TypeScript.
eslint-plugin-react - React-specific linting rules for ESLint
vscode-indent-rainbow - Extension which shows indentation with a faint rainbow colored background to make them more readable