Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I'm following the page here: i3wm.org/docs/repositories.html and after running the first command(sudo echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu wily main' > /etc/apt/sources.list.d/i3-autobuild.list) I get bash: /etc/apt/sources.list.d/i3-autobuild.list: Permission denied so I can't update. How can I fix that? Commented May 23, 2016 at 19:15
  • You can't just stick sudo in front of echo with a redirection (for reasons check here or here or here). You'll need to open a shell as root or use one of the workarounds in the questions I linked. Commented May 23, 2016 at 19:20
  • Opened a terminal as root and it works great now. Thanks for the quick answer! Commented May 23, 2016 at 19:25