XPath: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
<source lang="bash"> | |||
wget -cq https://jaist.dl.sourceforge.net/project/videlibri/Xidel/Xidel%200.9.8/xidel_0.9.8-1_amd64.deb -P ${HOME}/Downloads | |||
sudo apt install ~/Downloads/xidel_0.9.8-1_amd64.deb | |||
sudo apt --fix-broken install | |||
</source> | |||
==References== | ==References== | ||
{| | {| |
Revision as of 18:44, 12 September 2023
wget -cq https://jaist.dl.sourceforge.net/project/videlibri/Xidel/Xidel%200.9.8/xidel_0.9.8-1_amd64.deb -P ${HOME}/Downloads
sudo apt install ~/Downloads/xidel_0.9.8-1_amd64.deb
sudo apt --fix-broken install