Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux [2018/05/18 20:12] – [fedora robotics] rfile | linux [2018/05/29 11:49] (current) – [youtube downloader] rfile | ||
|---|---|---|---|
| Line 405: | Line 405: | ||
| [[https:// | [[https:// | ||
| + | |||
| + | |||
| + | ===== dpkg lock ===== | ||
| + | |||
| + | look for it: | ||
| + | <code bash> | ||
| + | sudo lsof / | ||
| + | </ | ||
| + | |||
| + | kill it: | ||
| + | <code bash> | ||
| + | kill -9 <PID> (get <PID> from lsof output | ||
| + | </ | ||
| + | |||
| + | [[https:// | ||
| + | |||