You are not logged in.
Pages: 1
Hi
I q4os 3.15 and want to upgrade to latest version, but it seems like the distro upgrade is not working.
Please help.
sjaved@sjaved-pc:~$ cat /etc/q4os_version
3.15.2-n1
sjaved@sjaved-pc:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sjaved@sjaved-pc:~$
Offline
The search tool gives the following threads:
- https://www.q4os.org/forum/viewtopic.php?id=2996
- https://www.q4os.org/forum/viewtopic.php?id=3887
- https://www.q4os.org/forum/viewtopic.php?id=3885
By the way, "dist-upgrade" does not mean upgrading from one distribution to the next one. It upgrades the current distribution with the latest packages available in its repositories. At least I believe it's the meaning.
Last edited by hchiper (2021-12-18 08:27)
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
apt-get/apt update: sync repos
apt-get/apt upgrade: install upgraded packages. If packages require NEW software as a dependency, skip installation of that package. If package requires REMOVAL of installed packages as a dependency, skip installation of that package.
apt-get dist-upgrade/apt full-upgrae: As upgrade, but WILL pull in new software as a dependency, and WILL remove installed software if that is a dependency.
That's the 1000 foot view of the difference.
Q4OS Trinity machine - Lenovo ThinkPad L14 Gen3 AMD. AMD Ryzen 7 Pro 5875U, 64GB LPDDR4, 1TB m.2 NVMe SSD, Vega 8 iGP, Qualcomm QCNFA765 Wifi 6E + BT 5.2, 14" 1920x1080 low-power 400-nit LCD.
Offline
Thanks for the clarification.
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
Pages: 1