見出し画像

【Kali linux】WSLにGUI環境構築【windows11】

前回はWSLのubuntuにGUI環境を構築しました.


今回はWSLのkali linuxにGUI環境を構築していきます.


Kaliのアップデートとアップグレードをします.

┏━(Message from Kali developers)
┃
┃ This is a minimal installation of Kali Linux, you likely
┃ want to install supplementary tools. Learn how:
┃ ⇒ https://www.kali.org/docs/troubleshooting/common-minimum-setup/
┃
┗━(Run: “touch ~/.hushlogin” to hide this message)

┌──(masaki㉿DESKTOP-2DLG2EM)-[~]
└─$ sudo apt  update
Hit:1 http://ftp.ne.jp/Linux/packages/kali/kali kali-rolling InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
13 packages can be upgraded. Run 'apt list --upgradable' to see them.
┌──(masaki㉿DESKTOP-2DLG2EM)-[~]
└─$ sudo apt  upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed:
 libsoup2.4-common
The following packages will be upgraded:
 bluez bluez-obexd libblas3 libbluetooth3 liblapack3 libparted-fs-resize0 libparted2 libpipeline1 libsoup2.4-1
 libssh-4 libssh-gcrypt-4 parted usb.ids
13 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 5,629 kB of archives.
After this operation, 558 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://http.kali.org/kali kali-rolling/main amd64 bluez amd64 5.62-2+kali1 [1,157 kB]
Get:2 http://http.kali.org/kali kali-rolling/main amd64 bluez-obexd amd64 
・・・・・・

Setting up libsoup2.4-1:amd64 (2.74.2-3) ...
Setting up parted (3.4-2) ...
Processing triggers for dbus (1.12.20-3) ...
Processing triggers for kali-menu (2021.4.2) ...
Processing triggers for libc-bin (2.33-1) ...
ldconfig: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link
Processing triggers for man-db (2.9.4-2) ...
┌──(masaki㉿DESKTOP-2DLG2EM)-[~]
└─$ sudo apt install gedit -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gedit is already the newest version (40.1-3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
┌──(masaki㉿DESKTOP-2DLG2EM)-[~]

└─$ gedit ~/.bashrc

ちゃんとGUIが起動できていますね!!

画像1

#windows11

#WSL

#kalilinux

この記事が気に入ったらサポートをしてみませんか?