Sweets Distribution: Difference between revisions

No edit summary
Satellit (talk | contribs)
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 --[[User:Satellit|Satellit]] 18:32, 6 March 2012 (EST)
:*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>