Skip to content

Commit

Permalink
david nits
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder committed May 5, 2024
1 parent dd48d06 commit ad6912e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/user/troubleshooting/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ summary: Basic troubleshooting for some of the most common Solus problems.

# Troubleshooting Common Issues

This guide provides some basic troubleshooting instructions for when you have an issue in Solus. Before reporting bugs, it is important to validate your Solus installation doesn't suffer from missing files or disk corruption. Also ensure the system is fully up to date as the bug may have already been fixed.
This guide provides some basic troubleshooting instructions for when you have an issue in Solus. Before reporting bugs, it is important to check that your Solus installation is not missing files, or suffering from a corrupted disk. You should also ensure your system is fully up to date as the bug may have already been fixed.

First, perform a full system update on command line with `sudo eopkg up` (or via the Software Center).
First, perform a full system update on command line with `sudo eopkg up` (or using the Software Center).

Next, validate that packages are installed correctly and aren't missing files. Run this once, it will take some time. If there are no broken packages on your system, there will be no output. Otherwise, you will see packages be reinstalled.

Expand All @@ -17,9 +17,6 @@ sudo eopkg check | grep Broken | awk '{print $4}' | xargs -r sudo eopkg it --rei

Reboot the system and see if the issue is resolved.

```
::
## Issues with Software Center or eopkg

### Can't install updates
Expand Down

0 comments on commit ad6912e

Please sign in to comment.