Enable all ubuntu software


/ Published in: Bash
Save to your folder(s)

To enable all ubuntu software (main universe restricted multiverse) repositories use


Copy this code and paste it in your HTML
  1. sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"

Report this snippet


Comments


You need to login to view comments.