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

Clash 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?
debian executable
add a comment |
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?
debian executable
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
add a comment |
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?
debian executable
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
debian executable
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Apr 27 '14 at 19:33
user1323
111
111
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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