Lenovo IdeaPad Duet Chromebook(Debian 10)にOBSをインストールした
概要
こちらの記事の内容でインストールしたものの、どこかでOSをアップデートしたタイミングで起動ができないようです。コメント欄参照。
ChromebookをLinuxモードで利用し、OBSをインストールしました。Debianへのインストールは公式にも記載がありましたが、Debian 9ではなくてDebian 10だったことで若干苦戦したのでその記録です。
はじめに
Chromebookは当然Linuxモードを有効にしておき、Terminalを使います。
公式サイトにはこうしろと書いてあります
Debian 9.0 or newer is required.
First make sure you have everything up-to-date.
$ sudo apt update
FFmpeg is required. If you do not have the FFmpeg installed (if you're not sure, then you probably don't have it), you can get it with the following command (or compile it yourself):
$ sudo apt install ffmpeg
Finally, install OBS Studio.
$ sudo apt install obs-studio
そもそもその前にOSのバージョンを確認しておきましょう。
~$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
もしくは
$ cat /etc/issue
Debian GNU/Linux 10 \n \l
でも良しです。
Debian 10ですね。
ffmpeg は言われたとおりに入れてOKです
$ sudo apt install ffmpeg
問題はobs-studioです
$ sudo apt install obs-studio
$ sudo apt install ffmpeg
$ sudo apt install obs-studio
これでは見つかりませんでした。
そういえばこのChromebookは ARMアーキテクチャだった気がする。
確認する
$ dpkg --print-architecture
arm64
なるほど、busterにはないわけだ。
https://packages.debian.org/buster/obs-studio
obs-studioのパッケージを探しましょう
というわけで他を探してみるとsidにあった。
書かれているとおりに
(追記する)
deb http://ftp.de.debian.org/debian sid main
httpsじゃないので注意!
あとは
$ sudo apt-get update
$ sudo apt-get install obs-studio
入った!
起動は
$ obs
Author And Source
この問題について(Lenovo IdeaPad Duet Chromebook(Debian 10)にOBSをインストールした), 我々は、より多くの情報をここで見つけました https://qiita.com/tetsunosukeito/items/89b798e366bc9c7a4855著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .