Snaps with Ubuntu 14.04.4 LTS
I installed Ubuntu 14.04 in order to learn snaps. I begin with "basic snap usage" from tutorials.ubuntu.com. I installed snapd successfuly, but as i search for "hello" snap, it says: error openning parameter file, where as in the tutorial a list of snaps includes the name hello were listed. Does Ubuntu 14.4 not supported snaps?
@N0rbert After installing snapd, the output of apt-cache policy snapd is:
snapd:
Installiert: 2.34.2~14.04.1
Installationskandidat: 2.34.2~14.04.1
Versionstabelle:
*** 2.34.2~14.04.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
100 /var/lib/dpkg/status
14.04 snap ubuntu-core
add a comment |
I installed Ubuntu 14.04 in order to learn snaps. I begin with "basic snap usage" from tutorials.ubuntu.com. I installed snapd successfuly, but as i search for "hello" snap, it says: error openning parameter file, where as in the tutorial a list of snaps includes the name hello were listed. Does Ubuntu 14.4 not supported snaps?
@N0rbert After installing snapd, the output of apt-cache policy snapd is:
snapd:
Installiert: 2.34.2~14.04.1
Installationskandidat: 2.34.2~14.04.1
Versionstabelle:
*** 2.34.2~14.04.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
100 /var/lib/dpkg/status
14.04 snap ubuntu-core
Please add output ofapt-cache policy snapd
to the question. Do you have any output ofsnap search hello-snap
?
– N0rbert
Feb 22 at 9:46
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48
add a comment |
I installed Ubuntu 14.04 in order to learn snaps. I begin with "basic snap usage" from tutorials.ubuntu.com. I installed snapd successfuly, but as i search for "hello" snap, it says: error openning parameter file, where as in the tutorial a list of snaps includes the name hello were listed. Does Ubuntu 14.4 not supported snaps?
@N0rbert After installing snapd, the output of apt-cache policy snapd is:
snapd:
Installiert: 2.34.2~14.04.1
Installationskandidat: 2.34.2~14.04.1
Versionstabelle:
*** 2.34.2~14.04.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
100 /var/lib/dpkg/status
14.04 snap ubuntu-core
I installed Ubuntu 14.04 in order to learn snaps. I begin with "basic snap usage" from tutorials.ubuntu.com. I installed snapd successfuly, but as i search for "hello" snap, it says: error openning parameter file, where as in the tutorial a list of snaps includes the name hello were listed. Does Ubuntu 14.4 not supported snaps?
@N0rbert After installing snapd, the output of apt-cache policy snapd is:
snapd:
Installiert: 2.34.2~14.04.1
Installationskandidat: 2.34.2~14.04.1
Versionstabelle:
*** 2.34.2~14.04.1 0
500 http://de.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
100 /var/lib/dpkg/status
14.04 snap ubuntu-core
14.04 snap ubuntu-core
edited Feb 25 at 9:44
AK Buntu
asked Feb 22 at 8:27
AK BuntuAK Buntu
64
64
Please add output ofapt-cache policy snapd
to the question. Do you have any output ofsnap search hello-snap
?
– N0rbert
Feb 22 at 9:46
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48
add a comment |
Please add output ofapt-cache policy snapd
to the question. Do you have any output ofsnap search hello-snap
?
– N0rbert
Feb 22 at 9:46
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48
Please add output of
apt-cache policy snapd
to the question. Do you have any output of snap search hello-snap
?– N0rbert
Feb 22 at 9:46
Please add output of
apt-cache policy snapd
to the question. Do you have any output of snap search hello-snap
?– N0rbert
Feb 22 at 9:46
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48
add a comment |
1 Answer
1
active
oldest
votes
The first time you try to run a snap on 14.04, you might experience the error “The command cannot be found”. This is due to the fact that “/snap/bin” has not been added to the $PATH environment variable. To do so, a script called “apps-bin-path.sh” has been added to /etc/profile.d. It will automatically run after you reboot or re-login and add snaps launchers to your path.
https://blog.ubuntu.com/2017/03/30/snaps-are-now-available-for-ubuntu-14-04-lts-desktop-and-server
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1120315%2fsnaps-with-ubuntu-14-04-4-lts%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
The first time you try to run a snap on 14.04, you might experience the error “The command cannot be found”. This is due to the fact that “/snap/bin” has not been added to the $PATH environment variable. To do so, a script called “apps-bin-path.sh” has been added to /etc/profile.d. It will automatically run after you reboot or re-login and add snaps launchers to your path.
https://blog.ubuntu.com/2017/03/30/snaps-are-now-available-for-ubuntu-14-04-lts-desktop-and-server
add a comment |
The first time you try to run a snap on 14.04, you might experience the error “The command cannot be found”. This is due to the fact that “/snap/bin” has not been added to the $PATH environment variable. To do so, a script called “apps-bin-path.sh” has been added to /etc/profile.d. It will automatically run after you reboot or re-login and add snaps launchers to your path.
https://blog.ubuntu.com/2017/03/30/snaps-are-now-available-for-ubuntu-14-04-lts-desktop-and-server
add a comment |
The first time you try to run a snap on 14.04, you might experience the error “The command cannot be found”. This is due to the fact that “/snap/bin” has not been added to the $PATH environment variable. To do so, a script called “apps-bin-path.sh” has been added to /etc/profile.d. It will automatically run after you reboot or re-login and add snaps launchers to your path.
https://blog.ubuntu.com/2017/03/30/snaps-are-now-available-for-ubuntu-14-04-lts-desktop-and-server
The first time you try to run a snap on 14.04, you might experience the error “The command cannot be found”. This is due to the fact that “/snap/bin” has not been added to the $PATH environment variable. To do so, a script called “apps-bin-path.sh” has been added to /etc/profile.d. It will automatically run after you reboot or re-login and add snaps launchers to your path.
https://blog.ubuntu.com/2017/03/30/snaps-are-now-available-for-ubuntu-14-04-lts-desktop-and-server
answered Feb 25 at 9:58
AK BuntuAK Buntu
64
64
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f1120315%2fsnaps-with-ubuntu-14-04-4-lts%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
Please add output of
apt-cache policy snapd
to the question. Do you have any output ofsnap search hello-snap
?– N0rbert
Feb 22 at 9:46
Snaps available on 14.04. Problem solved? :~)
– mikewhatever
Feb 22 at 11:22
@mikewhatever Yes! the problem is solved!
– AK Buntu
Feb 25 at 9:48