Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
BitwiseOperator committed Oct 14, 2024
1 parent c693315 commit 224b9c8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
!!! info ""

If you are receiving the following error message, follow the steps below.

![linux_lock_s987yn7hs](linux_lock_s987yn7hs.png)

!!! warning ""

### Method #1: Check for Running Processes
#### #1: Check for Running Processes

```bash
ps aux | grep -i apt
Expand All @@ -20,7 +22,7 @@
# from above picture PID is second col from left. PID is 7991 and 7993 [Yours will be different]
```

### Method #2: Remove Lock Files Manually
#### #2: Remove Lock Files Manually

!!! warning ""

Expand Down

0 comments on commit 224b9c8

Please sign in to comment.