Created
November 23, 2017 15:25
-
-
Save iamutkarshtiwari/e57f35dfc9a34f0ab2782cdd00d98c45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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