2018년 5월 11일 금요일

How to let `dpkg -i` install dependencies for me?

$ sudo dpkg -i package_with_unsatisfied_dependencies.deb
dpkg: dependency problems prevent ... 
[additional messages]

$ sudo apt-get -f install
[apt messages]
Setting up [dependency]...
Setting up package_with_unsatisfied_dependencies... 
 
https://askubuntu.com/questions/40011/how-to-let-dpkg-i-install-dependencies-for-me 

댓글 없음:

댓글 쓰기

[퍼옴] MPV 단축키 / 환경 설정

  최대한 팟플레이어랑 비슷하게 하려고 했다. 단축키 설정 파일 ~/.config/mpv/input.conf CLOSE_WIN quit TAB script-binding stats/display-stats-toggle ENTER cycle full...