I created a Rust application, which I would like to distribute as an installable package.
So, I followed this guide https://earthly.dev/blog/creating-and-hosting-your-own-deb-packages-and-apt-repo/
Created a deb package, Created an apt repo & Signed it !
My code repo is : https://github.com/Bhogayata-Keval/secure-apt-demo
However, after I add my apt-repo to /etc/apt using
echo "deb [arch=amd64] http://127.0.0.1:8000/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/example.list
(I started a local server for testing, as suggested in the blog post)
& run sudo apt-get install xxxxxx
it says --- E: Unable to locate package xxxxxx