3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Mbed StudioがUbuntuで動かない!!!

Last updated at Posted at 2024-05-24

Mbed StudioがUbuntuで動かない!!!

Mbed StudioをUbuntu22.04で動かすとき沼ったので書いておきます。

Mbed studioのダウンロード&インストール

  1. 公式ページからLinux版をDLします
  2. ダウンロードしたshの権限を変更して実行可能にします
    • sudo chmod +x MbedStudio-....shしましょう
    • image.png
  3. 動かしてみましょう!
    • ./MbedStudio-....sh
    • 何か出てくるのでエンターをおし、ライセンスが出てきたらqキーを押しましょう
    • Do you accept the license terms? [yes|no] >>>>yes !!!
    • ダウンロードが始まるのでしばらく待ちます
    • 結構待ちます
    • 思ったよりも長く待ちます
    • Do you want to get udev rules updated? >>>>yes !!
    • パスワードを入れます
    • おわりです

起動!!!

  • 起動する前に再起動します
    • sudo reboot
  • mbed-studioできどうできる はずですが。。。
    AppImages require FUSE to run.
    See https://github.com/AppImage/AppImageKit/wiki/FUSE
    
    とりあえずリンクを見に行きます。
  • fuseをいれます。
sudo add-apt-repository universe
sudo apt install libfuse2
  • 再チャレンジ!
  $ mbed-studio
Failed to start the backend application.
  • わ、わぁ。。。
  • 色々調べた結果
    mbed-studio --appimage-extractで中身を展開?しましょう!
    もしかしたら展開しなくてもいいかもです。
  • さらに以下のコマンドでlibsecretをいれましょう
    sudo apt update
    sudo apt install libsecret-1-0
    
    • mbed-studioで起動できるはずです!!

依存関係くらい自分で解決しろ!!!!

追記

Ubuntu24.04用の令和最新版記事も投稿しました
https://qiita.com/kzs321kzs/items/4c054abd2b4d53694e86

3
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?