User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux [2018/05/18 20:12] – [fedora robotics] rfilelinux [2018/05/29 11:49] (current) – [youtube downloader] rfile
Line 405: Line 405:
  
 [[https://lubuntuhowto.blogspot.co.id/2017/11/how-to-install-youtube-dl-on-lubuntu-1710.html| youtube downloader]] [[https://lubuntuhowto.blogspot.co.id/2017/11/how-to-install-youtube-dl-on-lubuntu-1710.html| youtube downloader]]
 +
 +
 +===== dpkg lock =====
 +
 +look for it:
 +<code bash>
 +sudo lsof /var/lib/dpkg/lock
 +</code>
 +
 +kill it:
 +<code bash>
 +kill -9 <PID> (get <PID> from lsof output
 +</code>
 +
 +[[https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure|package manager troubleshooting]]
 +
linux.1526692325.txt.gz · Last modified: 2018/05/18 20:12 by rfile