Can't install snap apps
I upgraded from 14.04.x to 16.04 (64 bit) over the weekend. OMGubuntu! just had a post about how notes could be installed as a snap.
Ctrl+Alt+T and then
sudo snap install notes
then enter my password..
sudo: snap: command not found
What is up? What am I missing? I don't want to miss out on this new snap fun.
software-installation 16.04 snap
add a comment |
I upgraded from 14.04.x to 16.04 (64 bit) over the weekend. OMGubuntu! just had a post about how notes could be installed as a snap.
Ctrl+Alt+T and then
sudo snap install notes
then enter my password..
sudo: snap: command not found
What is up? What am I missing? I don't want to miss out on this new snap fun.
software-installation 16.04 snap
Whats the output ofsudo updatedb && locate '*bin*/snap'?
– heemayl
Apr 27 '16 at 4:14
None, there is no output.
– Dustin
Apr 27 '16 at 4:26
add a comment |
I upgraded from 14.04.x to 16.04 (64 bit) over the weekend. OMGubuntu! just had a post about how notes could be installed as a snap.
Ctrl+Alt+T and then
sudo snap install notes
then enter my password..
sudo: snap: command not found
What is up? What am I missing? I don't want to miss out on this new snap fun.
software-installation 16.04 snap
I upgraded from 14.04.x to 16.04 (64 bit) over the weekend. OMGubuntu! just had a post about how notes could be installed as a snap.
Ctrl+Alt+T and then
sudo snap install notes
then enter my password..
sudo: snap: command not found
What is up? What am I missing? I don't want to miss out on this new snap fun.
software-installation 16.04 snap
software-installation 16.04 snap
edited Apr 27 '16 at 4:16
heemayl
67.1k9142214
67.1k9142214
asked Apr 27 '16 at 4:05
DustinDustin
1,27333960
1,27333960
Whats the output ofsudo updatedb && locate '*bin*/snap'?
– heemayl
Apr 27 '16 at 4:14
None, there is no output.
– Dustin
Apr 27 '16 at 4:26
add a comment |
Whats the output ofsudo updatedb && locate '*bin*/snap'?
– heemayl
Apr 27 '16 at 4:14
None, there is no output.
– Dustin
Apr 27 '16 at 4:26
Whats the output of
sudo updatedb && locate '*bin*/snap'?– heemayl
Apr 27 '16 at 4:14
Whats the output of
sudo updatedb && locate '*bin*/snap'?– heemayl
Apr 27 '16 at 4:14
None, there is no output.
– Dustin
Apr 27 '16 at 4:26
None, there is no output.
– Dustin
Apr 27 '16 at 4:26
add a comment |
2 Answers
2
active
oldest
votes
The following worked on my system:
sudo apt-get install snapd
sudo snap install notes
I needed to log out and then back in for Dash to find 'Notes':

Note: There is currently some confusion with another Xenial package called snap which gives: 'location of genes from DNA sequence with hidden markov model'. If you get dpkg errors to do with this package when installing snapd (in particular overwriting of commonly named man pages) run the following:
sudo apt-get purge snapd
And then you should be right to go :)
The application 'Notes' was perhaps a little underwhelming, other packages look a little more promising:
andrew@athens:~$ snap find
Name Version Summary
audovia 3.2.2 Database application for making music using JFugue MusicStrings
beagleblack 3.1 OEM Beagle Bone Black
canonical-dragon 0.7.1 The gadget snap for the dragonboard
canonical-i386 3.1.i386 The gadget snap for generic i386 systems
canonical-pc 3.2 AMD64 generic package
canonical-pc-linux 4.4.0-18+20160419.13-26 The ubuntu-core kernel snap
canonical-pi2 3.2 Raspberry Pi 2 support package
go-example-webserver 16.04-4 Minimal Golang webserver for snappy
hello-world 6.0 Hello world example
http 4.6692016 HTTPie in a snap
john-the-ripper 1.8.0-11765-g9a09113 John the Ripper Jumbo password cracker for Linux
links 2.12-1 Web browser running in text mode
moon-buggy 1.0.51.9 Drive a car across the moon
morse-converter-py 1-2 Simple command-line Morse converter
nmap 7.12SVN-0.4 Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing
notes 0.0.8~snap3.gita80fd1c Note-taking application, write down your thoughts
shout 0.53.0 A self hosted web IRC client
sshtron 1.0 multiplayer Tron via ssh
tmux 2.3bump1 tmux
tor-middle-relay 0.2.7.6-6 Essential infrastructure node for Tor network
ubuntu-calculator-app 2.1+snap3 Ubuntu Calculator application for the Unity 7 desktop
ubuntu-clock-app 3.6+snap3 Ubuntu Clock application for the Unity 7 desktop
ubuntu-core 16.04+20160419.20-55 The ubuntu-core OS snap
xkcd-webserver 16.04-5 Show random XKCD compic via a build-in webserver
yacas 1.4.2 Yet Another Computer Algebra System
Interesting times ahead...
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Trysudo apt-get remove snap && sudo apt-get install snapdand you should be ok...
– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
I have added in some words about the package problems ofsnapandsnapd. Probably should be also added as a bug report in Launchpad....
– andrew.46
Apr 28 '16 at 5:41
add a comment |
Installing snappy:
sudo apt install ubuntu-snappy-cli
Installing snaps:
sudo snap install <package>
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cliis a dummy transitional package.
– Chipaca
May 16 '16 at 12:18
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%2f763531%2fcant-install-snap-apps%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The following worked on my system:
sudo apt-get install snapd
sudo snap install notes
I needed to log out and then back in for Dash to find 'Notes':

Note: There is currently some confusion with another Xenial package called snap which gives: 'location of genes from DNA sequence with hidden markov model'. If you get dpkg errors to do with this package when installing snapd (in particular overwriting of commonly named man pages) run the following:
sudo apt-get purge snapd
And then you should be right to go :)
The application 'Notes' was perhaps a little underwhelming, other packages look a little more promising:
andrew@athens:~$ snap find
Name Version Summary
audovia 3.2.2 Database application for making music using JFugue MusicStrings
beagleblack 3.1 OEM Beagle Bone Black
canonical-dragon 0.7.1 The gadget snap for the dragonboard
canonical-i386 3.1.i386 The gadget snap for generic i386 systems
canonical-pc 3.2 AMD64 generic package
canonical-pc-linux 4.4.0-18+20160419.13-26 The ubuntu-core kernel snap
canonical-pi2 3.2 Raspberry Pi 2 support package
go-example-webserver 16.04-4 Minimal Golang webserver for snappy
hello-world 6.0 Hello world example
http 4.6692016 HTTPie in a snap
john-the-ripper 1.8.0-11765-g9a09113 John the Ripper Jumbo password cracker for Linux
links 2.12-1 Web browser running in text mode
moon-buggy 1.0.51.9 Drive a car across the moon
morse-converter-py 1-2 Simple command-line Morse converter
nmap 7.12SVN-0.4 Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing
notes 0.0.8~snap3.gita80fd1c Note-taking application, write down your thoughts
shout 0.53.0 A self hosted web IRC client
sshtron 1.0 multiplayer Tron via ssh
tmux 2.3bump1 tmux
tor-middle-relay 0.2.7.6-6 Essential infrastructure node for Tor network
ubuntu-calculator-app 2.1+snap3 Ubuntu Calculator application for the Unity 7 desktop
ubuntu-clock-app 3.6+snap3 Ubuntu Clock application for the Unity 7 desktop
ubuntu-core 16.04+20160419.20-55 The ubuntu-core OS snap
xkcd-webserver 16.04-5 Show random XKCD compic via a build-in webserver
yacas 1.4.2 Yet Another Computer Algebra System
Interesting times ahead...
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Trysudo apt-get remove snap && sudo apt-get install snapdand you should be ok...
– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
I have added in some words about the package problems ofsnapandsnapd. Probably should be also added as a bug report in Launchpad....
– andrew.46
Apr 28 '16 at 5:41
add a comment |
The following worked on my system:
sudo apt-get install snapd
sudo snap install notes
I needed to log out and then back in for Dash to find 'Notes':

Note: There is currently some confusion with another Xenial package called snap which gives: 'location of genes from DNA sequence with hidden markov model'. If you get dpkg errors to do with this package when installing snapd (in particular overwriting of commonly named man pages) run the following:
sudo apt-get purge snapd
And then you should be right to go :)
The application 'Notes' was perhaps a little underwhelming, other packages look a little more promising:
andrew@athens:~$ snap find
Name Version Summary
audovia 3.2.2 Database application for making music using JFugue MusicStrings
beagleblack 3.1 OEM Beagle Bone Black
canonical-dragon 0.7.1 The gadget snap for the dragonboard
canonical-i386 3.1.i386 The gadget snap for generic i386 systems
canonical-pc 3.2 AMD64 generic package
canonical-pc-linux 4.4.0-18+20160419.13-26 The ubuntu-core kernel snap
canonical-pi2 3.2 Raspberry Pi 2 support package
go-example-webserver 16.04-4 Minimal Golang webserver for snappy
hello-world 6.0 Hello world example
http 4.6692016 HTTPie in a snap
john-the-ripper 1.8.0-11765-g9a09113 John the Ripper Jumbo password cracker for Linux
links 2.12-1 Web browser running in text mode
moon-buggy 1.0.51.9 Drive a car across the moon
morse-converter-py 1-2 Simple command-line Morse converter
nmap 7.12SVN-0.4 Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing
notes 0.0.8~snap3.gita80fd1c Note-taking application, write down your thoughts
shout 0.53.0 A self hosted web IRC client
sshtron 1.0 multiplayer Tron via ssh
tmux 2.3bump1 tmux
tor-middle-relay 0.2.7.6-6 Essential infrastructure node for Tor network
ubuntu-calculator-app 2.1+snap3 Ubuntu Calculator application for the Unity 7 desktop
ubuntu-clock-app 3.6+snap3 Ubuntu Clock application for the Unity 7 desktop
ubuntu-core 16.04+20160419.20-55 The ubuntu-core OS snap
xkcd-webserver 16.04-5 Show random XKCD compic via a build-in webserver
yacas 1.4.2 Yet Another Computer Algebra System
Interesting times ahead...
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Trysudo apt-get remove snap && sudo apt-get install snapdand you should be ok...
– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
I have added in some words about the package problems ofsnapandsnapd. Probably should be also added as a bug report in Launchpad....
– andrew.46
Apr 28 '16 at 5:41
add a comment |
The following worked on my system:
sudo apt-get install snapd
sudo snap install notes
I needed to log out and then back in for Dash to find 'Notes':

Note: There is currently some confusion with another Xenial package called snap which gives: 'location of genes from DNA sequence with hidden markov model'. If you get dpkg errors to do with this package when installing snapd (in particular overwriting of commonly named man pages) run the following:
sudo apt-get purge snapd
And then you should be right to go :)
The application 'Notes' was perhaps a little underwhelming, other packages look a little more promising:
andrew@athens:~$ snap find
Name Version Summary
audovia 3.2.2 Database application for making music using JFugue MusicStrings
beagleblack 3.1 OEM Beagle Bone Black
canonical-dragon 0.7.1 The gadget snap for the dragonboard
canonical-i386 3.1.i386 The gadget snap for generic i386 systems
canonical-pc 3.2 AMD64 generic package
canonical-pc-linux 4.4.0-18+20160419.13-26 The ubuntu-core kernel snap
canonical-pi2 3.2 Raspberry Pi 2 support package
go-example-webserver 16.04-4 Minimal Golang webserver for snappy
hello-world 6.0 Hello world example
http 4.6692016 HTTPie in a snap
john-the-ripper 1.8.0-11765-g9a09113 John the Ripper Jumbo password cracker for Linux
links 2.12-1 Web browser running in text mode
moon-buggy 1.0.51.9 Drive a car across the moon
morse-converter-py 1-2 Simple command-line Morse converter
nmap 7.12SVN-0.4 Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing
notes 0.0.8~snap3.gita80fd1c Note-taking application, write down your thoughts
shout 0.53.0 A self hosted web IRC client
sshtron 1.0 multiplayer Tron via ssh
tmux 2.3bump1 tmux
tor-middle-relay 0.2.7.6-6 Essential infrastructure node for Tor network
ubuntu-calculator-app 2.1+snap3 Ubuntu Calculator application for the Unity 7 desktop
ubuntu-clock-app 3.6+snap3 Ubuntu Clock application for the Unity 7 desktop
ubuntu-core 16.04+20160419.20-55 The ubuntu-core OS snap
xkcd-webserver 16.04-5 Show random XKCD compic via a build-in webserver
yacas 1.4.2 Yet Another Computer Algebra System
Interesting times ahead...
The following worked on my system:
sudo apt-get install snapd
sudo snap install notes
I needed to log out and then back in for Dash to find 'Notes':

Note: There is currently some confusion with another Xenial package called snap which gives: 'location of genes from DNA sequence with hidden markov model'. If you get dpkg errors to do with this package when installing snapd (in particular overwriting of commonly named man pages) run the following:
sudo apt-get purge snapd
And then you should be right to go :)
The application 'Notes' was perhaps a little underwhelming, other packages look a little more promising:
andrew@athens:~$ snap find
Name Version Summary
audovia 3.2.2 Database application for making music using JFugue MusicStrings
beagleblack 3.1 OEM Beagle Bone Black
canonical-dragon 0.7.1 The gadget snap for the dragonboard
canonical-i386 3.1.i386 The gadget snap for generic i386 systems
canonical-pc 3.2 AMD64 generic package
canonical-pc-linux 4.4.0-18+20160419.13-26 The ubuntu-core kernel snap
canonical-pi2 3.2 Raspberry Pi 2 support package
go-example-webserver 16.04-4 Minimal Golang webserver for snappy
hello-world 6.0 Hello world example
http 4.6692016 HTTPie in a snap
john-the-ripper 1.8.0-11765-g9a09113 John the Ripper Jumbo password cracker for Linux
links 2.12-1 Web browser running in text mode
moon-buggy 1.0.51.9 Drive a car across the moon
morse-converter-py 1-2 Simple command-line Morse converter
nmap 7.12SVN-0.4 Nmap ("Network Mapper") is a free and open source utility for network discovery and security auditing
notes 0.0.8~snap3.gita80fd1c Note-taking application, write down your thoughts
shout 0.53.0 A self hosted web IRC client
sshtron 1.0 multiplayer Tron via ssh
tmux 2.3bump1 tmux
tor-middle-relay 0.2.7.6-6 Essential infrastructure node for Tor network
ubuntu-calculator-app 2.1+snap3 Ubuntu Calculator application for the Unity 7 desktop
ubuntu-clock-app 3.6+snap3 Ubuntu Clock application for the Unity 7 desktop
ubuntu-core 16.04+20160419.20-55 The ubuntu-core OS snap
xkcd-webserver 16.04-5 Show random XKCD compic via a build-in webserver
yacas 1.4.2 Yet Another Computer Algebra System
Interesting times ahead...
edited 3 hours ago
N0rbert
23.3k649111
23.3k649111
answered Apr 27 '16 at 11:33
andrew.46andrew.46
21.8k1469149
21.8k1469149
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Trysudo apt-get remove snap && sudo apt-get install snapdand you should be ok...
– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
I have added in some words about the package problems ofsnapandsnapd. Probably should be also added as a bug report in Launchpad....
– andrew.46
Apr 28 '16 at 5:41
add a comment |
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Trysudo apt-get remove snap && sudo apt-get install snapdand you should be ok...
– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
I have added in some words about the package problems ofsnapandsnapd. Probably should be also added as a bug report in Launchpad....
– andrew.46
Apr 28 '16 at 5:41
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
dpkg: error processing archive /var/cache/apt/archives/snapd_2.0.2_amd64.deb (--unpack): trying to overwrite '/usr/share/man/man1/snap.1.gz', which is also in package snap 2013-11-29-1ubuntu2 Processing triggers for man-db (2.7.5-1) ... Errors were encountered while processing: /var/cache/apt/archives/snapd_2.0.2_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
– Dustin
Apr 28 '16 at 4:19
1
1
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Try
sudo apt-get remove snap && sudo apt-get install snapd and you should be ok...– andrew.46
Apr 28 '16 at 4:47
That is a clash with some DNA software: packages.ubuntu.com/source/xenial/snap named 'snap' believe it or not. Looks like the man pages are named the same. Try
sudo apt-get remove snap && sudo apt-get install snapd and you should be ok...– andrew.46
Apr 28 '16 at 4:47
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
Awesome it worked! Thank you. Should I accept your answer as is with our comments, or should your comment information be added to the answer before i accept it?
– Dustin
Apr 28 '16 at 5:28
1
1
I have added in some words about the package problems of
snap and snapd. Probably should be also added as a bug report in Launchpad....– andrew.46
Apr 28 '16 at 5:41
I have added in some words about the package problems of
snap and snapd. Probably should be also added as a bug report in Launchpad....– andrew.46
Apr 28 '16 at 5:41
add a comment |
Installing snappy:
sudo apt install ubuntu-snappy-cli
Installing snaps:
sudo snap install <package>
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cliis a dummy transitional package.
– Chipaca
May 16 '16 at 12:18
add a comment |
Installing snappy:
sudo apt install ubuntu-snappy-cli
Installing snaps:
sudo snap install <package>
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cliis a dummy transitional package.
– Chipaca
May 16 '16 at 12:18
add a comment |
Installing snappy:
sudo apt install ubuntu-snappy-cli
Installing snaps:
sudo snap install <package>
Installing snappy:
sudo apt install ubuntu-snappy-cli
Installing snaps:
sudo snap install <package>
edited May 3 '16 at 10:49
Videonauth
24.4k1271100
24.4k1271100
answered Apr 27 '16 at 10:55
JOnathanJOnesJOnathanJOnes
4731316
4731316
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cliis a dummy transitional package.
– Chipaca
May 16 '16 at 12:18
add a comment |
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cliis a dummy transitional package.
– Chipaca
May 16 '16 at 12:18
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
I did try that but it caused dependency errors
– Dustin
Apr 28 '16 at 4:18
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
What dependency errors do you get?
– JOnathanJOnes
May 3 '16 at 15:32
ubuntu-snappy-cli is a dummy transitional package.– Chipaca
May 16 '16 at 12:18
ubuntu-snappy-cli is a dummy transitional package.– Chipaca
May 16 '16 at 12:18
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%2f763531%2fcant-install-snap-apps%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
Whats the output of
sudo updatedb && locate '*bin*/snap'?– heemayl
Apr 27 '16 at 4:14
None, there is no output.
– Dustin
Apr 27 '16 at 4:26