Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamutkarshtiwari/e57f35dfc9a34f0ab2782cdd00d98c45 to your computer and use it in GitHub Desktop.
Save iamutkarshtiwari/e57f35dfc9a34f0ab2782cdd00d98c45 to your computer and use it in GitHub Desktop.
root@ubuntu:/home/utkarshtiwari/sugar-build# for module in sugar{-datastore,-artwork,-toolkit,-toolkit-gtk3,}; do apt build-dep $module; done
Reading package lists... Done
E: Unable to find a source package for sugar-datastore
Reading package lists... Done
E: Unable to find a source package for sugar-artwork
Reading package lists... Done
E: Unable to find a source package for sugar-toolkit
Reading package lists... Done
E: Unable to find a source package for sugar-toolkit-gtk3
Reading package lists... Done
E: Unable to find a source package for sugar
root@ubuntu:/home/utkarshtiwari/sugar-build#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment