xdeb-org / xdeb-install

Simple tool to automatically download, convert, and install DEB packages on Void Linux via the awesome xdeb tool.
MIT License
5 stars 2 forks source link

can it support archive debian #20

Closed yimiaoxiehou closed 1 week ago

yimiaoxiehou commented 1 month ago

i want to download some deb on debian 8.9, can it support.

thetredev commented 1 month ago

xdeb-install generally only supports active repositories, see https://github.com/xdeb-org/xdeb-install-repositories

You can try to download your DEB file and install it manually. Either directly via xdeb or this way: https://github.com/xdeb-org/xdeb-install?tab=readme-ov-file#directly-from-a-local-file

yimiaoxiehou commented 1 week ago

thanks