...
Official documentation can be found at https://help.ubuntu.com/.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
See Kubuntu Help and Support. Download and use the PDF for the desired version.
Package Management
Disabling auto update
Code Block | ||
---|---|---|
| ||
APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Unattended-Upgrade "0"; |
...
It also may be necessary to do:
Code Block |
---|
# apt remove unattended-upgrades |
Switching version of major packages
...