Re: Kwin crashes then other stuff crashes and locks my system up
If updating via the command line (which is usually the quickest way) sudo apt-get update updates the list of available packages. To download and install them you need to type
It will then download and install all updates (and necessary dependencies.
If updating via the command line (which is usually the quickest way) sudo apt-get update updates the list of available packages. To download and install them you need to type
Code:
sudo apt-get dist-upgrade
Comment