Uploaded September 2025 | Updated September 2026, 1 week ago
In this video guide, we will show you how to enable backports and testing repositories in your Debian 13 trixie system using the new deb822 sources format.
Chapters:
0:00 Intro
0:19 Enable the Backports Repository in Debian 13
1:39 Enabling the Debian Testing Repository
2:55 End screen
What you will learn:
1. Enable the Backports Repository in Debian 13
a. How to add the backports repository to the Debian 13 trixie system
b. How to create a new file for the backports configuration
c. How to Update the package repositories
d. How to enables access to newer packages backported from testing, while keeping the system stable
2. Enabling the Debian Testing Repository
a. How you can add the testing repository
b. How to Create another new file for enabling testing repository
---
🔥 Download Opera GX (Gamer’s Browser): offergate-software12.com/2-ctv4r-b1eq-cv5u-e541
🌍 Try Opera One (Multigeo): nefabop.com/6-11g1fd-c1hm-gv5u-j5ma
💸 Every install supports COMPUTER EVERYWHERE — thank you!
---
Song: Kaflu - Vibrant Mountain
Music provided by Vlog No Copyright Music
Link: bit.ly/3YMWwW7
#computereverywhere #Debian13 #DebianTrixie #DebianLinux #LinuxTutorial #DebianGuide #LinuxTips #DebianRepositories #LinuxBackports #LinuxTesting #LinuxHelp #DebianTips #LinuxLearning #DebianUsers #OpenSource #LinuxCommunity
In this video guide, we will show you how to enable backports and testing repositories in your Debian 13 trixie system using the new deb822 sources format.
Chapters:
0:00 Intro
0:19 Enable the Backports Repository in Debian 13
1:39 Enabling the Debian Testing Repository
2:55 End screen
What you will learn:
1. Enable the Backports Repository in Debian 13
a. How to add the backports repository to the Debian 13 trixie system
b. How to create a new file for the backports configuration
c. How to Update the package repositories
d. How to enables access to newer packages backported from testing, while keeping the system stable
2. Enabling the Debian Testing Repository
a. How you can add the testing repository
b. How to Create another new file for enabling testing repository
---
🔥 Download Opera GX (Gamer’s Browser): offergate-software12.com/2-ctv4r-b1eq-cv5u-e541
🌍 Try Opera One (Multigeo): nefabop.com/6-11g1fd-c1hm-gv5u-j5ma
💸 Every install supports COMPUTER EVERYWHERE — thank you!
---
Song: Kaflu - Vibrant Mountain
Music provided by Vlog No Copyright Music
Link: bit.ly/3YMWwW7
#computereverywhere #Debian13 #DebianTrixie #DebianLinux #LinuxTutorial #DebianGuide #LinuxTips #DebianRepositories #LinuxBackports #LinuxTesting #LinuxHelp #DebianTips #LinuxLearning #DebianUsers #OpenSource #LinuxCommunity

![Fedora Post-upgrade Tasks
After successfully upgrading your Fedora 42 system to Fedora 43, there are several optional post-upgrade tasks you might consider performing to ensure optimal system performance and maintenance.
Commands:
sudo mount | grep /boot
sudo grub2-install /dev/sda
sudo dnf install remove-retired-packages
sudo remove-retired-packages
chmod +x cleanfedorakernel.sh
sudo ./cleanfedorakernel.sh
#!/usr/bin/env bash
old_kernels=($(dnf repoquery installonly latest-limit 1 -q))
if [ ${#old_kernels[@]} -eq 0 ]; then
echo No old kernels found
exit 0
fi
if ! dnf remove ${old_kernels[@]}; then
echo Failed to remove old kernels
exit 1
fi
echo Removed old kernels
exit 0
sudo dnf install clean-rpm-gpg-pubkey
sudo clean-rpm-gpg-pubkey
sudo dnf install symlinks
sudo symlinks -r /usr | grep dangling
sudo symlinks -r -d /usr
Chapters:
0:00 Intro
0:19 Update GRUB bootloader on BIOS systems
0:52 Clean-up Retired Packages
1:46 Clean-up Old kernels
3:05 Clean-up Old Keys Trusted for RPM Package Signing
3:40 Clean-up Old Symlinks
4:14 End screen
Related Video - https://youtu.be/J9IqmR0Js9k
What youll learn:
1. Update GRUB bootloader on BIOS systems
a. How to Update GRUB bootloader between Fedora Linux release versions
b. How to Find the device node where /boot/ is located
c. How to Reinstall the bootloader
2. Clean-up Retired Packages
a. How to remove Retired Packages
b. How to remove packages on your system that no longer recieve upgrades
3. Clean-up Old kernels
a. How you can remove older kernels
b. How to free up space by removing old kernels
c. How to retain only the latest kernel and clean up old kernels
4. Clean-up Old Keys Trusted for RPM Package Signing
a. How you can remove unreferenced keys
5. Clean-up Old Symlinks
a. How to Install symlinks
b. How to Audit for broken symlinks
c. How to Delete broken symlinks
Song: Tinkan - Get Lucky
Music provided by Vlog No Copyright Music
Link: https://bit.ly/3YMWwW7
#computereverywhere #FedoraLinux #FedoraUpgrade #LinuxTips #LinuxGuide #LinuxTutorial #OpenSource #LinuxCommunity #LinuxSupport #FedoraWorkstation #LinuxLife #PostUpgrade #LinuxDesktop #LinuxUsers #TechGuide #LinuxForEveryone Fedora Post-upgrade Tasks](https://i.ytimg.com/vi/zbguhFewvZM/mqdefault.jpg)


