Git Product home page Git Product logo

Comments (1)

volitank avatar volitank commented on August 11, 2024

0.11.1 is rather ancient, but this issue won't have been solved. And It's a lot of leg work to actually resolve it.

The issue comes from how python-apt works with local debs, when resolving dependencies they can't know about each other deb that is passed on the command line, it only considered dependencies that are in the Apt Cache. To solve this in Nala's current form would require me to resolve dependencies outside of how apt does it, and there is a lot of room for failure. Apt's dependency resolver is battle tested and developed for like 30 years or something. Mine would have many bugs that can probably break things.

The long term fix for this is when the rewrite for Nala in rust is completed. I have wrote the https://gitlab.com/volian/rust-apt library which has the ability to inject local debs into the apt cache for proper resolution.

At time of writing, nala-rs has implemented list, search, show, download, fetch and update commands. So development is well on its way, although slower than I would like.

from nala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.