Create a package for debian that contain other program/deb package

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I need to create a package or an executable program that will install some other deb package like tightvnc... So basically when I user execute my package, tightvnc will be installed, and configured, and the user will be prompted to enter a password for tightvnc server.



How can I go about this? Is there any tool out there that can create this kind of executable?










share|improve this question



















  • 2




    I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
    – Faheem Mitha
    Apr 26 '14 at 17:45















up vote
0
down vote

favorite












I need to create a package or an executable program that will install some other deb package like tightvnc... So basically when I user execute my package, tightvnc will be installed, and configured, and the user will be prompted to enter a password for tightvnc server.



How can I go about this? Is there any tool out there that can create this kind of executable?










share|improve this question



















  • 2




    I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
    – Faheem Mitha
    Apr 26 '14 at 17:45













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I need to create a package or an executable program that will install some other deb package like tightvnc... So basically when I user execute my package, tightvnc will be installed, and configured, and the user will be prompted to enter a password for tightvnc server.



How can I go about this? Is there any tool out there that can create this kind of executable?










share|improve this question















I need to create a package or an executable program that will install some other deb package like tightvnc... So basically when I user execute my package, tightvnc will be installed, and configured, and the user will be prompted to enter a password for tightvnc server.



How can I go about this? Is there any tool out there that can create this kind of executable?







debian executable






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 20 at 20:36









Rui F Ribeiro

38.2k1475125




38.2k1475125










asked Apr 26 '14 at 10:15









Tchu

1




1







  • 2




    I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
    – Faheem Mitha
    Apr 26 '14 at 17:45













  • 2




    I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
    – Faheem Mitha
    Apr 26 '14 at 17:45








2




2




I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
– Faheem Mitha
Apr 26 '14 at 17:45





I'm not sure what you mean by "user execute my package". can you give more details about what you are trying to do? Note that installing a package on a normal Debian system as a regular user is not possible.
– Faheem Mitha
Apr 26 '14 at 17:45











1 Answer
1






active

oldest

votes

















up vote
1
down vote













https://packages.debian.org/wheezy/equivs



Circumvent Debian package dependencies



This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do.



One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed.






share|improve this answer




















    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f126617%2fcreate-a-package-for-debian-that-contain-other-program-deb-package%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    https://packages.debian.org/wheezy/equivs



    Circumvent Debian package dependencies



    This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do.



    One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed.






    share|improve this answer
























      up vote
      1
      down vote













      https://packages.debian.org/wheezy/equivs



      Circumvent Debian package dependencies



      This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do.



      One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed.






      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        https://packages.debian.org/wheezy/equivs



        Circumvent Debian package dependencies



        This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do.



        One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed.






        share|improve this answer












        https://packages.debian.org/wheezy/equivs



        Circumvent Debian package dependencies



        This package provides a tool to create trivial Debian packages. Typically these packages contain only dependency information, but they can also include normal installed files like other packages do.



        One use for this is to create a metapackage: a package whose sole purpose is to declare dependencies and conflicts on other packages so that these will be automatically installed, upgraded, or removed.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 27 '14 at 19:33









        user1323

        111




        111



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f126617%2fcreate-a-package-for-debian-that-contain-other-program-deb-package%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown






            Popular posts from this blog

            Peggy Mitchell

            Palaiologos

            The Forum (Inglewood, California)