WSL2にUbuntu Desktop環境を構築したいと思っています。
(OSはWindonws11)
しかし、下記の2つの問題があり実現できていません。アドバイスを頂きたいのです。
複数のサイトを参考に下記の事を実施しています。
・UbuntuをInstall
sudo apt update
sudo apt upgrade
・ubuntu-desktopをインストール
a) sudo apt-get install -y acpid
b) sudo systemctl disable --now acpid.service acpid.socket acpid.path
c) sudo apt install ubuntu-desktop -y ubuntu-desktop
最初は ubuntu-desktop のInstallだけ実行していましたがInstallの途中で止まり
検索するとa)とb)を実行すると良いと書いてあったので上記にしています。
1番目の問題
上記の後、下記のコマンドを入力するとエラーが発生
sudo service x11-common start && sudo service dbus start && gnome-shell --x11 -r
エラー内容
Failed to start x11-common.service: Unit x11-common.service is masked.
2番目の問題
1番目の問題はx11-common.serviceがMaskがかかっているとの事なのでMaskを解除しようと
下記の対応をしました。
(参考サイト
https://qastack.jp/ubuntu/804946/systemctl-how-to-unmask )
sudo rm /lib/systemd/system/x11-common.service
sudo systemctl daemon-reload
sudo apt-get install --reinstall x11-common
上記で E: Internal Error, No file name for x11-common:amd64 となり、
x11-common 関係のMask解除が上手くいなかいのです。
分からない事
なぜ、1、2番目のエラーが発生するのでしょうか?
よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。