How to view the packages/tools that will be installed by Ubuntu Make?

Akshar Patel

e.g. If I use following command:

$ umake web

How to list all the tools/ide/packages installed by this command?

muru

From the manpage:

* Command 'web': usage: umake web [-h] {visual-studio-code,firefox-dev}
       ...

   positional arguments:
              {visual-studio-code,firefox-dev}

       visual-studio-code
              Visual Studio focused on modern web and cloud

       firefox-dev
              Firefox Developer Edition

It looks like only Visual Studio Code and Firefox Developer Edition are installed by umake web. The other subcommands are also listed in the manpage, for example:

* Command     'android':     usage:     umake     android     [-h]
       {android-ndk,android-sdk,android-studio} ...

   positional arguments:
              {android-ndk,android-sdk,android-studio}

       android-ndk
              Android NDK

       android-sdk
              Android SDK

       android-studio
              Android Studio (default)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to view all the packages installed in Ubuntu in the order of installation

From Dev

How to make an app run as a daemon on Ubuntu when installed?

From Dev

How to make an app run as a daemon on Ubuntu when installed?

From Dev

How to know which the software's version will be installed by ubuntu make?

From Dev

How to view documentation for an installed library?

From Dev

How to view documentation for an installed library?

From Dev

How can I make the Ubuntu see LaTeX fonts installed through TeXLive?

From Dev

How do I update Visual Studio Code installed using Ubuntu Make?

From Dev

How to find the date Ubuntu was installed?

From Dev

How to find the date Ubuntu was installed?

From Dev

How to display selected installed applications in grid view

From Dev

how to view installation information for package to be installed by apt

From Dev

How to make a LiveUSB that keeps programs installed?

From Dev

How to make apt recognize an installed tar package?

From Dev

How to make the ScheduledTaskAgent start as soon as the app is installed?

From Dev

How to make cmake find installed packages

From Dev

How to ./configure or make with multiple GCC versions installed?

From Dev

Make Ubuntu acknowledge that a custom built version of PHP is installed

From Dev

Make a backup of the installed packages on Ubuntu like Linux Mint

From Dev

Git - how to verify if and where Git is installed on Ubuntu

From Dev

How can I check if mysql is installed on ubuntu?

From Dev

How can I find the version of Ubuntu that is installed?

From Dev

How do rootkits get installed on to a ubuntu server?

From Dev

How to update already installed IntelliJ IDEA on Ubuntu?

From Dev

How do rootkits get installed on to a ubuntu server?

From Dev

How to list installed package and its details on ubuntu?

From Dev

How can I find the version of Ubuntu that is installed?

From Dev

Ubuntu 14.04 Server: How to switch to installed gui

From Dev

How to get a list of applications installed in Ubuntu dash?

Related Related

  1. 1

    How to view all the packages installed in Ubuntu in the order of installation

  2. 2

    How to make an app run as a daemon on Ubuntu when installed?

  3. 3

    How to make an app run as a daemon on Ubuntu when installed?

  4. 4

    How to know which the software's version will be installed by ubuntu make?

  5. 5

    How to view documentation for an installed library?

  6. 6

    How to view documentation for an installed library?

  7. 7

    How can I make the Ubuntu see LaTeX fonts installed through TeXLive?

  8. 8

    How do I update Visual Studio Code installed using Ubuntu Make?

  9. 9

    How to find the date Ubuntu was installed?

  10. 10

    How to find the date Ubuntu was installed?

  11. 11

    How to display selected installed applications in grid view

  12. 12

    how to view installation information for package to be installed by apt

  13. 13

    How to make a LiveUSB that keeps programs installed?

  14. 14

    How to make apt recognize an installed tar package?

  15. 15

    How to make the ScheduledTaskAgent start as soon as the app is installed?

  16. 16

    How to make cmake find installed packages

  17. 17

    How to ./configure or make with multiple GCC versions installed?

  18. 18

    Make Ubuntu acknowledge that a custom built version of PHP is installed

  19. 19

    Make a backup of the installed packages on Ubuntu like Linux Mint

  20. 20

    Git - how to verify if and where Git is installed on Ubuntu

  21. 21

    How can I check if mysql is installed on ubuntu?

  22. 22

    How can I find the version of Ubuntu that is installed?

  23. 23

    How do rootkits get installed on to a ubuntu server?

  24. 24

    How to update already installed IntelliJ IDEA on Ubuntu?

  25. 25

    How do rootkits get installed on to a ubuntu server?

  26. 26

    How to list installed package and its details on ubuntu?

  27. 27

    How can I find the version of Ubuntu that is installed?

  28. 28

    Ubuntu 14.04 Server: How to switch to installed gui

  29. 29

    How to get a list of applications installed in Ubuntu dash?

HotTag

Archive