Re: [i3] Problems getting Ubuntu repository working

2015-10-13 Thread Michael Stapelberg
http://i3wm.org/docs/repositories.html lists: # echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list That command has to be executed. The $(lsb_release -c -s) part will be replaced by your Ubuntu version when you do that. It seems like you have not

Re: [i3] Problems getting Ubuntu repository working

2015-10-13 Thread Matt Ilacqua
Thanks. Not sure what I did before, but executing that command with sudo -i solved the problem.