Fix APT i386 Notices for .sources Files – New Source List Format!

Опубликовано: 04 Август 2026
на канале: LinuxHowTo
32
0

Encountered a notice about i386 architecture during sudo apt update? In this video, we’ll show you how to fix this issue specifically for the new .sources file format in /etc/apt/sources.list.d/ . By adding the line Architectures: amd64 to these files, you can ensure APT only checks for packages compatible with your system—perfect for Linux users managing repositories and avoiding unnecessary notices!

Learn:
✅ Step-by-Step Guide :

Run sudo apt update :
Observe which .sources files trigger the i386 notice .
Navigate to Source Files Directory :
cd /etc/apt/sources.list.d/

Edit Problematic .sources Files :
Open the files causing the notice (e.g., brave-browser-release.sources, vscodium.sources).

Example:
sudo nano /etc/apt/sources.list.d/brave-browser-release.sources
sudo nano /etc/apt/sources.list.d/vscodium.sources

Add the Architecture Line :
At the end of each file, add:

Architectures: amd64

Save and Re-run Update :
Save the files and exit the editor.
Run sudo apt update again to confirm the notices are gone.

✅ Why Add Architectures: amd64?

Avoid Unnecessary Notices : Prevent APT from checking i386 packages on x86_64 systems.
Improve Performance : Focus updates on relevant architectures only.
Clean Logs : Keep your terminal output tidy and error-free.

✅ Pro Tips :

Double-check the repository documentation to ensure compatibility.
Regularly review your .sources files for similar issues as more repositories adopt the new format.

Perfect for Linux users who want to streamline their APT updates and eliminate distracting notices caused by the new .sources file format! Hit subscribe for more troubleshooting tips and like if this helped.
Let us know: Have you faced similar APT issues before?

👉 Watch now and fix APT’s i386 notices for .sources files effortlessly!

#LinuxTips #APT #PackageManagement #Troubleshooting #SysAdminHacks

(Short, clear, and packed with practical knowledge!)