You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 debiancentosdarwin 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
The text was updated successfully, but these errors were encountered:
Rishang
changed the title
[feat] support for native package installations
[feat] Support for native package installations
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.debian
centos
darwin
and identify package accoringly in the releases like.deb
.rpm
sudo
if yes then install the release via the package manage likedpkg
orrpm
and store its stateir 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 viair get [repo] --package
The text was updated successfully, but these errors were encountered: