Sweets Distribution: Difference between revisions
No edit summary |
m →Ubuntu and its derivates: thanks for Workaround |
||
| Line 63: | Line 63: | ||
sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \ | sudo apt-add-repository "deb $SD/$SV/Ubuntu-$UV/ ./" && \ | ||
wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - | wget -qO- $SD/$SV/Ubuntu-$UV/Release.key | sudo apt-key add - | ||
:*Unmet dependency, Depends on sweets-write but is not going to be installed | :*Unmet dependency, Depends on sweets-write but is not going to be installed | ||
:**Cause is incorrect Depends on python-abiword, an Ubuntu package, | :**Cause is incorrect Depends on python-abiword, an Ubuntu package, | ||
:**Workaround is: <code>apt-get source python-abiword && apt-get build-dep python-abiword && cd pyabiword-0.8.0 && dpkg-buildpackage && cd .. && dpkg -i python-abiword_*.deb && apt-get install sweets-distribution</code> | :**Workaround is: <code>apt-get source python-abiword && apt-get build-dep python-abiword && cd pyabiword-0.8.0 && dpkg-buildpackage && cd .. && dpkg -i python-abiword_*.deb && apt-get install sweets-distribution</code> | ||