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

could not install package(s) gcc-6 - Debian buster #66

Open
philBrown opened this issue Nov 3, 2020 · 0 comments
Open

could not install package(s) gcc-6 - Debian buster #66

philBrown opened this issue Nov 3, 2020 · 0 comments

Comments

@philBrown
Copy link

gcc-6 is required to compile "GBA emu - gpSP port for libretro"

On a Debian Buster image of OSMC, gcc-6 is not in the standard repositories but it can be found in oldstable (Stretch). Add the oldstable apt source before trying to install Retropie

sudo vi /etc/apt/sources.list

add the following two lines

deb http://ftp.debian.org/debian/ oldstable main contrib non-free
deb-src http://ftp.debian.org/debian/ oldstable main contrib non-free

then update

sudo apt update
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