スナップアプリをインストールできません


12

週末に14.04.xから16.04(64ビット)にアップグレードしました。OMGubuntu!メモを簡単にインストールする方法についての投稿がありました。

Ctrl+ Alt+ T次に

sudo snap install notes

次に、パスワードを入力します。

sudo: snap: command not found

何が起こってる?何が欠けていますか?この新しいスナップの楽しみを見逃したくありません。


の出力はsudo updatedb && locate '*bin*/snap'どうですか?
heemayl

なし、出力はありません。
ダスティン

回答:


22

以下は私のシステムで動作しました:

sudo apt-get install snapd
sudo snap install notes

Dashが「メモ」を見つけるために、ログアウトしてから再度ログインする必要がありました。

ここに画像の説明を入力してください

注:現在、snapと呼ばれる別の Xenialパッケージとの混乱があります。「隠れマルコフモデルを使用したDNAシーケンスからの遺伝子の位置」。インストール時にこのパッケージでエラーが発生した場合(特に、一般的な名前のmanページの上書き)、次のコマンドを実行します。dpkgsnapd

sudo apt-get purge snap

そして、あなたは行くのが正しいはずです:)

アプリケーション「Notes」はおそらく少し圧倒的でした、他のパッケージはもう少し有望に見えます:

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

今後の興味深い時代...


dpkg:アーカイブの処理エラー/var/cache/apt/archives/snapd_2.0.2_amd64.deb(--unpack): '/usr/share/man/man1/snap.1.gz'を上書きしようとしています。パッケージスナップ2013-11-29-1ubuntu2 man-db(2.7.5-1)のトリガーを処理しています...処理中にエラーが発生しました:/var/cache/apt/archives/snapd_2.0.2_amd64.deb E:サブプロセス/ usr / bin / dpkgがエラーコード(1)を返しました
ダスティン

1
:それはいくつかのDNAソフトウェアとの衝突であるpackages.ubuntu.com/source/xenial/snapそれを信じるかどうか「スナップ」と命名します。マニュアルページには同じ名前が付けられているようです。試してみてsudo apt-get remove snap && sudo apt-get install snapd、大丈夫なはずです...
andrew.46 '28

それはうまくいきました!ありがとうございました。私のコメントをそのまま受け入れますか、それとも受け入れる前にコメント情報を回答に追加しますか?
ダスティン

1
私は、パッケージの問題についていくつかの単語に追加したsnapsnapd。おそらくLaunchpadのバグレポートとしても追加する必要があります...
andrew.46

0

snappyのインストール:

sudo apt install ubuntu-snappy-cli

スナップのインストール:

sudo snap install <package>

試してみましたが、依存関係エラーが発生しました
ダスティン、

どのような依存関係エラーが発生しますか?
JOnathanJOnes 2016年

ubuntu-snappy-cliダミーの移行パッケージです。
チパカ、
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.