Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e to your computer and use it in GitHub Desktop.
Save iamutkarshtiwari/84742d622a1d221bd1c814ce98baa32e to your computer and use it in GitHub Desktop.
root@ubuntu:/home/utkarshtiwari/sugar-build# ls
sugar sugar-artwork sugar-datastore sugar-toolkit sugar-toolkit-gtk3
root@ubuntu:/home/utkarshtiwari/sugar-build#
root@ubuntu:/home/utkarshtiwari/sugar-build#
root@ubuntu:/home/utkarshtiwari/sugar-build#
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