Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Assuming there is some sort of formatting glitch at:</p> <pre><code>Depends: libqtcore4 (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed libqt4-gui : Depends: libqt4-designer (= 4:4.8.2+dfsg-10) but it is not going to be installed </code></pre> <p>(so in fact it probably reads:</p> <pre><code>Depends: libqtcore4 (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed libqt4-gui : Depends: libqt4-designer (= 4:4.8.2+dfsg-10) but it is not going to be installed </code></pre> <p>) then this should do:</p> <pre><code>sed 's/.*Depends: \([^ ]*\) .*/\1/' lib-dep-list </code></pre> <p>Given data file <code>lib-dep-list</code>:</p> <pre><code>libqt4-core : Depends: libqt4-dbus (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed Depends: libqt4-network (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed Depends: libqt4-script (= 4:4.8.2+dfsg-10) but it is not going to be installed Depends: libqt4-test (= 4:4.8.2+dfsg-10) but it is not going to be installed Depends: libqt4-xml (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed Depends: libqtcore4 (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed libqt4-gui : Depends: libqt4-designer (= 4:4.8.2+dfsg-10) but it is not going to be installed Depends: libqt4-opengl (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed Depends: libqt4-svg (= 4:4.8.2+dfsg-10) but it is not going to be installed Depends: libqtgui4 (= 4:4.8.2+dfsg-10) but 4:4.8.2+dfsg-2 is to be installed </code></pre> <p>The output is:</p> <pre><code>libqt4-dbus libqt4-network libqt4-script libqt4-test libqt4-xml libqtcore4 libqt4-designer libqt4-opengl libqt4-svg libqtgui4 </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload