You are not logged in.
Using stable(old) software is too bad for me.
Is there a way to upgrade from the commandline in real system?
Just like debian,
go to change the mirror list and:
``` bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
```
Last edited by WodeShengli (2023-04-15 14:12:22)
Offline
Oh,It is worked by
go to change the mirror list and:
``` bash
sudo apt-get update
sudo apt-get full-upgrade
```
Offline