How to install something in ClearLinux without a bundle?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.
What is the official way to do this?
Or is it perhaps then Clear Linux is not the OS to use?
Btw. This post ought to have a clearlinux tag, but I don't have the reputation...
docker clear-linux
add a comment |Â
up vote
1
down vote
favorite
Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.
What is the official way to do this?
Or is it perhaps then Clear Linux is not the OS to use?
Btw. This post ought to have a clearlinux tag, but I don't have the reputation...
docker clear-linux
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.
What is the official way to do this?
Or is it perhaps then Clear Linux is not the OS to use?
Btw. This post ought to have a clearlinux tag, but I don't have the reputation...
docker clear-linux
Let's say I want to install something in Clear Linux that there isn't a bundle for. E.g. Postgres or MongoDB.
What is the official way to do this?
Or is it perhaps then Clear Linux is not the OS to use?
Btw. This post ought to have a clearlinux tag, but I don't have the reputation...
docker clear-linux
docker clear-linux
edited Jun 20 at 18:56
Tomasz
8,10752560
8,10752560
asked Oct 3 '17 at 13:31
Jasmine Lognnes
1304
1304
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
Compiling is a never fail solution, you just need to install user-basic-dev
bundle, with that you should be more than able to compile any software you like.
Hope it helps.
add a comment |Â
up vote
-2
down vote
rpm2cpio <foo.rpm> | cpio -i -d -u
might also help
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Compiling is a never fail solution, you just need to install user-basic-dev
bundle, with that you should be more than able to compile any software you like.
Hope it helps.
add a comment |Â
up vote
0
down vote
accepted
Compiling is a never fail solution, you just need to install user-basic-dev
bundle, with that you should be more than able to compile any software you like.
Hope it helps.
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Compiling is a never fail solution, you just need to install user-basic-dev
bundle, with that you should be more than able to compile any software you like.
Hope it helps.
Compiling is a never fail solution, you just need to install user-basic-dev
bundle, with that you should be more than able to compile any software you like.
Hope it helps.
answered Oct 3 '17 at 13:46
Christopher DÃaz Riveros
1,238314
1,238314
add a comment |Â
add a comment |Â
up vote
-2
down vote
rpm2cpio <foo.rpm> | cpio -i -d -u
might also help
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
add a comment |Â
up vote
-2
down vote
rpm2cpio <foo.rpm> | cpio -i -d -u
might also help
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
add a comment |Â
up vote
-2
down vote
up vote
-2
down vote
rpm2cpio <foo.rpm> | cpio -i -d -u
might also help
rpm2cpio <foo.rpm> | cpio -i -d -u
might also help
edited Oct 6 '17 at 14:54
roaima
40.1k547110
40.1k547110
answered Oct 6 '17 at 14:27
Abraham Castillo
1
1
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
add a comment |Â
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
Rather than raw code (which should be formatted anyway) please explain why this would be useful to the person asking the question. This will add value to your answer for future reference.
â roaima
Oct 6 '17 at 14:53
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
"rpm2cpio takes an RPM package file and converts it to a cpio archive" I don't see how this helps.
â ldmtwo
Jun 14 at 3:05
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f395840%2fhow-to-install-something-in-clearlinux-without-a-bundle%23new-answer', 'question_page');
);
Post as a guest
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
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
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