Botspot / vdesktop

Run a second instance of Raspbian inside Raspbian.
GNU General Public License v3.0
125 stars 21 forks source link

fixes #27 #28

Closed Itai-Nelken closed 3 years ago

Botspot commented 3 years ago

Thanks!

BTW how do you usually find packages and their raw repo links? Do you use Google or something?

Itai-Nelken commented 3 years ago

first I search for the package in: http://archive.raspberrypi.org/ http://archive.debian.org/ http://ports.ubuntu.com/

if the package isn't there, I google it, usually pkgs.org points me to the right download.

for example I googled this: libepoxy-dev 1.5.4 armhf ↓ the first result was this: https://pkgs.org/download/libepoxy-dev ↓ that pointed me to this link: http://ports.ubuntu.com/pool/main/libe/libepoxy/libepoxy-dev_1.5.4-1_armhf.deb

Itai-Nelken commented 3 years ago

there also is the debian backports: https://backports.debian.org/Packages/ I never use it because I forget the link, but the packages there are way newer.