Horje
upgrade armbian Code Example
upgrade armbian


# BACKUP
# apt update
# apt upgrade
# nano /etc/apt/sources.list.d/armbian.list    ->  comment out the armbian repo
# nano /etc/apt/sources.list   ->  change to debian bullseye repositories

# apt update
# apt upgrade --without-new-pkgs
# apt full-upgrade
# reboot

 

# nano /etc/apt/sources.list.d/armbian.list   -> reenable armbian repo
# apt update
# apt upgrade 

#Leave a like if it worked.




Shell

Related
github/hacksofteare Code Example github/hacksofteare Code Example
ubuntu change to thunar Code Example ubuntu change to thunar Code Example
how to open current terminal directory in file explorer Code Example how to open current terminal directory in file explorer Code Example
How to find a process running on a linux machine from terminal Code Example How to find a process running on a linux machine from terminal Code Example
qemu convert qcow2 to vmdk Code Example qemu convert qcow2 to vmdk Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10