Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Support for native package installations #205

Open
Rishang opened this issue Jan 7, 2025 · 0 comments
Open

[feat] Support for native package installations #205

Rishang opened this issue Jan 7, 2025 · 0 comments

Comments

@Rishang
Copy link
Owner

Rishang commented Jan 7, 2025

some package releases offers .deb .rpm format packages which can be more helpful as it might offer autocompletions and extra dependencies which might not be present in single binary.

  • Having a state string os type as debian centos darwin and identify package accoringly in the releases like .deb .rpm
  • if such formats are found take those first and ask user weather to install the package as sudo if yes then install the release via the package manage like dpkg or rpm and store its state
  • for the update it should identify from the state next time which format to pick
  • also a cli arg in the installation of ir get to overwrite the state config so if a repo do not have the package in .deb format but later starts supporting them we can install it in that format via ir get [repo] --package
@Rishang Rishang changed the title [feat] support for native package installations [feat] Support for native package installations Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant