<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Please bear with me I'm fairly new to Linux, I'm running Ubuntu 14.04.</div>

<div> </div>

<div>I've tried using:
<pre class="code bash"><span class="kw3">echo</span> <span class="st0">"deb https://pkg.tox.chat/debian nightly release"</span> <span class="sy0">|</span> <span class="kw2">sudo</span> <span class="kw2">tee</span> <span class="sy0">/</span>etc<span class="sy0">/</span>apt<span class="sy0">/</span>sources.list.d<span class="sy0">/</span>tox.list
<span class="kw2">wget</span> <span class="re5">-qO</span> - https:<span class="sy0">//</span>pkg.tox.chat<span class="sy0">/</span>debian<span class="sy0">/</span>pkg.gpg.key <span class="sy0">|</span> <span class="kw2">sudo</span> <span class="kw2">apt-key add</span> -
<span class="kw2">sudo</span> <span class="kw2">apt-get install</span> apt-transport-https
<span class="kw2">sudo</span> <span class="kw2">apt-get update</span></pre>

<div> </div>

<div>But it does not work for me:
<pre class="code bash"><span class="kw3">echo</span> <span class="st0">"deb https://pkg.tox.chat/debian nightly release"  just seems to echo "deb https://pkg.tox.chat/debian nightly release"</span> \\ for a beginner this is really confusing and is silly in general.</pre>

<div>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">tee</span> <span class="sy0">/</span>etc<span class="sy0">/</span>apt<span class="sy0">/</span>sources.list.d<span class="sy0">/</span>tox.list \\ does something in terminal but gets stuck</pre>

<div>
<pre class="code bash"><span class="kw2">wget</span> <span class="re5">-qO</span> - https:<span class="sy0">//</span>pkg.tox.chat<span class="sy0">/</span>debian<span class="sy0">/</span>pkg.gpg.key \\ shows me the pgp key in terminal</pre>

<div>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-key add</span> - \\ does something in terminal but gets stuck too</pre>

<div>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-get install</span> apt-transport-https \\ seems to install something, wants me to press y</pre>

<div>
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-get update \\ works fine</span></pre>

<div> </div>

<div><span class="kw2">I also tried using the whole block in the terminal but that screws up the sudo password input.</span></div>

<div><span class="kw2">I tried using the commands in between | also didnt work.</span></div>

<div> </div>

<div>When I try:
<pre class="code bash"><span class="kw2">sudo</span> <span class="kw2">apt-get install</span> qtox 

I just get:</pre>

<div>E: Unable to locate package qtox</div>

<div> </div>

<div> </div>
</div>

<div><span class="kw2">Im pretty much stuck and can't install qtox.  </span>It would be nice if the commands could be per line, maybe with clear insturctions, so the non professional linux users like I can install qtox too.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div></body></html>