51
Software - Support / Re: How to migrate sources.list entries to deb822?
« Last post by micspabo on 2025/01/23, 20:56:51 »Please compare extra.sources and fixes.sources from @hendrikL, especially the lines with "Components:"!
He only puts "main" into that line.
I do expect that its enough if "non-free" and "non-free-firmware" are placed in "debian.sources".
@hendrikL: Thanks a lot.
He only puts "main" into that line.
I do expect that its enough if "non-free" and "non-free-firmware" are placed in "debian.sources".
Code: [Select]
# inxi -r | grep -v "No active apt repos in:"
Repos:
Active apt repos in: /etc/apt/sources.list.d/debian.sources
1: deb https://deb.debian.org/debian/ unstable main contrib non-free non-free-firmware
Active apt repos in: /etc/apt/sources.list.d/extra.sources
1: deb https://packages.siduction.org/extra unstable main
Active apt repos in: /etc/apt/sources.list.d/fixes.sources
1: deb https://packages.siduction.org/fixes unstable main
@hendrikL: Thanks a lot.