Merge pull request #28459 from ZhangZhanhaoxiang/master

translated
This commit is contained in:
Xingyu.Wang 2023-01-19 15:33:45 +08:00 committed by GitHub
commit 290248a99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 241 additions and 241 deletions

View File

@ -1,241 +0,0 @@
[#]: subject: "Install Ubuntu on Windows Using VirtualBox [Complete Guide]"
[#]: via: "https://www.debugpoint.com/install-ubuntu-windows-virtualbox/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: " "
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Install Ubuntu on Windows Using VirtualBox [Complete Guide]
======
**This tutorial will guide you through the easiest steps to install an Ubuntu desktop on Windows using Oracle VirtualBox.**
[VirtualBox][1] is a popular virtualization software by Oracle which is available for Linux, mac and Windows systems. It is flexible and brings many features to take advantage of your virtualization. Its the best and easy way to experience Ubuntu in Windows without installing it. However, I strongly recommend installing Ubuntu physically as a dual-boot to enjoy its advantage.
The steps outlined below assume that you are installing Ubuntu for the first time in Windows. Hence the steps are a little descriptive and a bit lengthy. Furthermore, the following steps should work for Windows 10 and Windows 11 as host machines.
### Contents
- [Pre-requisite][2]
- [Download Ubuntu ISO and VirtualBox set-up files][3]
- [Install VirtualBox on Windows (Host)][4]
- [Install Ubuntu (Guest) on VirtualBox][5]
- [Guest addition installation and tips][6]
### What youll need
- A PC with internet access
- Ubuntu Linux ISO image file for installation
- Windows system with VirtualBox installed
### Install Ubuntu on Windows Using VirtualBox
#### Download and install the necessary items
- Download the Ubuntu Linux desktop ISO image file from the following link.
[Download Ubuntu Desktop][7]
- Also, download the Oracle VirtualBox installer from the official website below.
[Download VirtualBox][8]
![Download location for VirtualBox for Windows][9]
#### How to install and configure VirtualBox
VirtualBox in Windows requires Microsoft Visual C++ 2019 Redistributable package. And you have to install it first. Download the package (under X64 architecture) from the below link:
[Download][10]
![Download the dependency for VirtualBox][11]
![Install the dependency for VirtualBox][12]
- After the above installation is complete, download the latest Python package from the below link. Python bindings are also a dependency for VirtualBox installation on Windows.
[Download Python for Windows][13]
- Then, launch the VirtualBox installation and follow the onscreen instructions to install it.
- After installation, restart your Windows system again.
#### Set up a virtual machine for Ubuntu
- Launch VirtualBox from the start menu.
![Select VirtualBox from start menu][14]
- On the VirtualBox window toolbar, click **New**.
- On the **Create VirtualBox** window, give the name of your virtual machine. It can be any name which identifies this version of Ubuntu.
- Keep the **Folder Name** unchanged. This is the path where the virtual machine file will be created.
- In the ISO Image field, browse the Ubuntu ISO file you downloaded.
- And select the Unattended installation. If you un-select this, a [default user id (vboxuser) and password][15] will be created in your virtual machine. Lets not follow it for now.
![Click on New][16]
![Select the ISO file][17]
- Click on Hardware and select the RAM you want for your virtual box. A thumb rule is that your VMs RAM size should be less than your physical RAM in the host system. I would recommend using 2 GB to 4 GB for a virtual machine for an 8 GB RAM system. For 4 GB RAM, use the slider (or type in) to make it 4096 MB (i.e. 4*1024).
- Choose processor as 2 or 4.
- Click on the Hard Disk section, and keep the file location unchanged.
- Give a minimum of 20GB to 25GB for Ubuntu installation.
- The hard disk file type value keeps as VDI (VirtualBox Disk Image)
- Do not select the pre-allocate full size.
- And finally, click on Finish.
![Select Hardware][18]
![Select Hard Disk][19]
- You should see a new entry at the left panel of VirtualBox with an Ubuntu 22.04 entry (the name which you gave above).
- Select the entry and click on Start to boot into the virtual machine
![Boot Ubuntu in VirtualBox][20]
#### Install Ubuntu using VirtualBox
- After a successful boot, you should see the following screen, which shows various options for installing Ubuntu. Select **Try or install Ubuntu**.
- In the Welcome screen, click on **Try Ubuntu**. And after a few moments, you should see the following Ubuntu LIVE desktop. If you want to change the resolution, right-click on the desktop and select Display settings. And change the resolution to 1400×900.
- On the desktop, double-click on “**Install Ubuntu**…”.
![Select Try Ubuntu][21]
![Ubuntu LIVE desktop][22]
- In the next set of screens, select Language and Keyboard Layout as your needs.
- The Install screen provides you with the type of installation you need. Select Normal Installation, and select both options under Other options.
- Since you are installing in the virtual disk space, i.e. which is just a file, you can safely choose the “Erase disk and install Ubuntu” option.
- Hit Install Now and Continue.
![Select Language][23]
![Select Keybaord Layout][24]
![Select install options][25]
![Installation Type][26]
![Write changes to disk][27]
- Then select region, add name, user and password. This will be your user id and password to log on to Ubuntu after installation.
- Hit continue to start the installation. Wait until it finishes.
![User account creation][28]
![Ubuntu Installation is complete][29]
Click on Restart Now after the installation is complete. Wait for a few seconds and you should see a login screen. Use the user id and password to log in. And you should see Ubuntu desktop is running inside VirtualBox as VM in Windows.
![Log on to Ubuntu][30]
![Ubuntu running in Windows using Virtualbox][31]
### Post-install configuration and tips (optional)
#### Install Guest Additions
After the successful installation, you should install the **VirtualBox guest additions** for Windows Host and Ubuntu Guest. The guest addition is a set of packages you need to install inside the guest VM (i.e. Ubuntu) to enable **shared folders, bi-directional copy/paste, automatic resolution change,** and many such features.
To install it, boot into Ubuntu. From the VirtualBox menu, select `Devices > Insert Guest Additions CD Image`. The necessary packages will be mounted inside Ubuntu.
![Select Guest addition from the menu][32]
Open the file manager and open the mounted folder as shown below. And then right-click > select `open in terminal`.
Then run the following command:
```
sudo ./VBoxLinuxAdditions.run
```
![Open the mounted disc and select option with terminal][33]
![VirtualBox guest addition install for Windows host][34]
After the above command is complete, restart Ubuntu VM.
#### Enable Copy and paste between Windows and Ubuntu
- To enable the copy and paste between Windows and Ubuntu systems, select `Devices > Shared Clipboard > Bi-directional` from the menu.
![Enable clipboard sharing][35]
#### Shutting down Ubuntu VM
- Ideally, you should shut down a VM from its own power off menu. However, you can also shut down from the main VirtualBox window. Right-click on the VM name and select `Close > Poweroff`.
![Poweroff Virtual machine][36]
#### How to delete Ubuntu and remove all data
- If you want to delete the Virtual machine entirely (.e.g. Ubuntu) and its data, select `Remove` and `delete all files`.
![Select remove to delete a VM][37]
![Select the delete options][38]
### Close notes
In this tutorial, you learned the easiest way to install Ubuntu on Windows (10 or 11) using VirtualBox. Also, you learned several post-install basic steps to configure the Ubuntu VM. You can use the above steps for any other Linux distributions in VirtualBox.
Feel free to comment below if you have any problems or questions.
[Next:How to Install Python on Windows [Beginners Guide]][39]
[_Using Mastodon? Follow us at floss.social/@debugpoint_][40]
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/install-ubuntu-windows-virtualbox/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://www.debugpoint.com/tag/virtualbox
[2]: https://www.debugpoint.com#presteps
[3]: https://www.debugpoint.com#download-items
[4]: https://www.debugpoint.com#install-virtualbox
[5]: https://www.debugpoint.com#install-ubuntu
[6]: https://www.debugpoint.com#post-install-steps
[7]: https://ubuntu.com/download/desktop
[8]: https://www.virtualbox.org/wiki/Downloads
[9]: https://www.debugpoint.com/wp-content/uploads/2023/01/Download-location-for-VirtualBox-for-Windows.jpg
[10]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
[11]: https://www.debugpoint.com/wp-content/uploads/2023/01/Download-the-dependency-for-VirtualBox.jpg
[12]: https://www.debugpoint.com/wp-content/uploads/2023/01/Install-the-dependency-for-VirtualBox.jpg
[13]: https://www.python.org/downloads/windows/
[14]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-VirtualBox-from-start-menu.jpg
[15]: https://www.debugpoint.com/virtualbox-id-password/
[16]: https://www.debugpoint.com/wp-content/uploads/2023/01/Click-on-New.jpg
[17]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-the-ISO-file.jpg
[18]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Hardware.jpg
[19]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Hard-Disk.jpg
[20]: https://www.debugpoint.com/wp-content/uploads/2023/01/Boot-Ubuntu-in-VirtualBox.jpg
[21]: https://www.debugpoint.com/wp-content/uploads/2023/01/1-Select-Try-Ubuntu.jpg
[22]: https://www.debugpoint.com/wp-content/uploads/2023/01/2-Ubuntu-LIVE-desktop-1.jpg
[23]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Language.jpg
[24]: https://www.debugpoint.com/wp-content/uploads/2023/01/4-Select-Keybaord-Layout.jpg
[25]: https://www.debugpoint.com/wp-content/uploads/2023/01/5-Select-install-options.jpg
[26]: https://www.debugpoint.com/wp-content/uploads/2023/01/6-Installation-Type.jpg
[27]: https://www.debugpoint.com/wp-content/uploads/2023/01/7-Write-changes-to-disk.jpg
[28]: https://www.debugpoint.com/wp-content/uploads/2023/01/8-User-account-creation.jpg
[29]: https://www.debugpoint.com/wp-content/uploads/2023/01/10-Ubuntu-Installation-is-complete.jpg
[30]: https://www.debugpoint.com/wp-content/uploads/2023/01/11-Log-on-to-Ubuntu.jpg
[31]: https://www.debugpoint.com/wp-content/uploads/2023/01/12-Ubuntu-running-in-Windows-using-Virtualbox-2048x1280.jpg
[32]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Guest-addition-from-the-menu.jpg
[33]: https://www.debugpoint.com/wp-content/uploads/2023/01/Open-the-mounted-disc-and-select-option-with-terminal.jpg
[34]: https://www.debugpoint.com/wp-content/uploads/2023/01/VirtualBox-guest-addition-install-for-Windows-host.jpg
[35]: https://www.debugpoint.com/wp-content/uploads/2023/01/Enable-clipboard-sharing.jpg
[36]: https://www.debugpoint.com/wp-content/uploads/2023/01/Poweroff-Virtual-machine.jpg
[37]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-remove-to-delete-a-VM.jpg
[38]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-the-delete-options.jpg
[39]: https://www.debugpoint.com/install-python-windows/
[40]: https://floss.social/@debugpoint

View File

@ -0,0 +1,241 @@
[#]: subject: "Install Ubuntu on Windows Using VirtualBox [Complete Guide]"
[#]: via: "https://www.debugpoint.com/install-ubuntu-windows-virtualbox/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lkxed"
[#]: translator: "ZhangZhanhaoxiang"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
使用 VirtualBox 在 Windows 上安装 Ubuntu[完整指南]
======
**本教程将指导您用最简单的步骤在 Windows 端的 Oracle VirtualBox 上安装 Ubuntu 桌面。**
[VirtualBox][1] 是 Oracle 的一款流行的虚拟化软件,可用于 Linux、mac 和 Windows 系统。它是灵活的,并提供了许多功能来实现您的虚拟化。这是在 Windows 中体验 Ubuntu 而不安装它的最佳且简单的方法。然而,我强烈建议将 Ubuntu 以双引导的方式安装在物理机上,从而更好地体验 Ubuntu。
下面列出的步骤假设您是第一次在 Windows 中安装 Ubuntu。因此这些步骤有点描述性也有点冗长。此外以下步骤适用于 Windows 10 和 Windows 11 作为主机。
### 目录
- [先决条件][2]
- [下载 Ubuntu ISO 和 VirtualBox 安装文件][3]
- [在 Windows(Host) 上安装 VirtualBox][4]
- [在 VirtualBox 上安装 Ubuntu(Guest)][5]
- [客体机额外的安装和提示][6]
### 你需要什么
- 可上网的 PC
- 用于安装的 Ubuntu Linux ISO 映像文件
- 安装了 VirtualBox 的 Windows 系统
### 使用 VirtualBox 在 Windows 上安装 Ubuntu
#### 下载并安装必要的东西
- 从以下链接下载 Ubuntu Linux 桌面 ISO 映像文件。
[下载 Ubuntu 桌面][7]
- 此外,请从下面的官方网站下载 Oracle VirtualBox 安装程序。
[下载 VirtualBox][8]
![VirtualBox for Windows 的下载位置][9]
#### 如何安装和配置 VirtualBox
Windows 中的 VirtualBox 需要 Microsoft Visual C++ 2019 Redistrobutiable package。你必须先安装它。从以下链接下载软件包X64 架构):
[下载][10]
![下载 VirtualBox 的依赖项][11]
![安装 VirtualBox 的依赖项][12]
- 完成以上安装后,从以下链接下载最新的 Python 包。Python 绑定也是 Windows 端 VirtualBox 安装所需的依赖项。
[下载 Python for Windows][13]
- 然后,启动 VirtualBox 安装程序并按照屏幕上的说明进行安装。
- 安装后,重新启动 Windows 系统。
#### 为 Ubuntu 设置虚拟机
- 从开始菜单启动 VirtualBox。
![从开始菜单中选择 VirtualBox][14]
- 在 VirtualBox 窗口工具栏上,单击 **新建**
- 在 **创建 VirtualBox** 窗口中,输入虚拟机的名称。它可以是标识此版本 Ubuntu 的任何名称。
- 保持 **文件夹名称** 不变。这是创建虚拟机文件的路径。
- 在 ISO Image 一栏,浏览您下载的 Ubuntu ISO 文件。
- 然后选择无人值守安装Unattended installation。如果不选择此选项将在虚拟机中创建一个 [默认用户 idvboxuser和密码][15]。让我们暂时不要管它。
![单击新建][16]
![选择 ISO 文件][17]
- 单击 Hardware硬件并调整虚拟机所需的 RAM。一般的经验是VM 的 RAM 大小应该小于主机系统中的物理 RAM。我建议对于 8 GB RAM 系统的虚拟机使用 2 GB 到 4 GB。对于 4 GB RAM拖动滑块或键入使其为 4096 MB即 4×1024
- 选择 2 或 4 核处理器。
- 单击“硬盘”选项,并保持文件位置不变。
- 为 Ubuntu 安装提供至少 20 GB 到 25 GB 的容量。
- 硬盘文件类型值保持为 VDIVirtualBox 磁盘映像)
- 不要选择 pre-allocate full size预分配完整大小
- 最后,单击 Finish 完成。
![选择硬件][18]
![选择硬盘][19]
- 您应该在 VirtualBox 的左侧面板上看到一个新条目,其中包含一个 Ubuntu 22.04 条目(您之前设置的名称)。
- 选择条目并单击开始以引导到虚拟机
![在 VirtualBox 中启动 Ubuntu][20]
#### 使用 VirtualBox 安装 Ubuntu
- 成功引导后,您应该看到以下屏幕,其中显示了安装 Ubuntu 的各种选项。选择 **尝试或安装 Ubuntu**
- 在欢迎屏幕中,单击 **尝试 Ubuntu**。过了一会儿,你会看到下面的 Ubuntu LIVE 桌面。如果要更改分辨率,请右键单击桌面并选择显示设置。并将分辨率更改为 1400×900。
- 在桌面上,双击“**安装 Ubuntu**…”。
![选择尝试 Ubuntu][21]
![Ubuntu LIVE 桌面][22]
- 在下一组屏幕中,根据需要选择语言和键盘布局。
- 安装屏幕为您提供所需的安装类型。选择“正常安装”,然后在“其他选项”下选择两个选项。
- 由于您是在虚拟磁盘空间中安装的,即它只是一个文件,因此您可以安全地选择“擦除磁盘并安装 Ubuntu”选项。
- 点击立即安装并继续。
![选择语言][23]
![选择键盘布局][24]
![选择安装选项][25]
![安装类型][26]
![将更改写入磁盘][27]
- 然后选择地区,添加姓名、用户和密码。这将是安装后登录 Ubuntu 的用户 id 和密码。
- 单击“继续”开始安装。等到它完成。
![创建用户帐户][28]
![Ubuntu 安装完成][29]
安装完成后,单击“立即重新启动”。等待几秒钟,您将看到一个登录屏幕。使用用户 id 和密码登录。您应该看到 Ubuntu 桌面在 Windows 端 VirtualBox 中作为 VM 运行。
![登录 Ubuntu][30]
![使用 Virtualbox 在 Windows 中运行的 Ubuntu][31]
### 安装后配置和提示(可选)
#### 安装客体机增强项
成功安装后,应为 Windows 主机和 Ubuntu 客体机安装 **VirtualBox 客体机增强项**。客体机增强项是一组需要安装在客体 VM即 Ubuntu内的软件包以启用 **共享文件夹、双向复制 / 粘贴、自动更改分辨率** 和许多类似功能。
要安装它,请引导到 Ubuntu。从 VirtualBox 菜单中,选择“设备 > 插入客体机增强 CD 映像”。必要的软件包将安装在 Ubuntu 中。
![从菜单中选择客人添加][32]
打开文件管理器并打开装入的文件夹,如下所示。然后右键单击 > 选择“在终端中打开”。
然后运行以下命令:
```
sudo ./VBoxLinuxAdditions.run
```
![打开已挂载的光盘并选择带有终端的选项][33]
![VirtualBox 为 Windows 主机添加客体机增强项][34]
完成上述命令后,重新启动 Ubuntu VM。
#### 启用 Windows 和 Ubuntu 之间的复制和粘贴
- 要在 Windows 和 Ubuntu 系统之间启用复制和粘贴,请从菜单中选择“设备 > 共享剪贴板 > 双向”。
![启用共享剪贴板][35]
#### 关闭 Ubuntu VM
- 理想情况下,您应该从自己的关机菜单中关闭 VM。但是您也可以从 VirtualBox 主窗口关闭。右键单击 VM 名称并选择“关闭”>“关机”。
![关闭虚拟机][36]
#### 如何删除 Ubuntu 并删除所有数据
- 如果要完全删除虚拟机(例如 Ubuntu及其数据请选择“删除”和“删除所有文件”。
![选择删除以移除 VM][37]
![选择删除选项][38]
### 结语
在本教程中,您学习了使用 VirtualBox 在 Windows10 或 11上安装 Ubuntu 的最简单方法。此外,您还学习了几步安装后配置 Ubuntu VM 的基本步骤。您可以对 VirtualBox 中的其他任何 Linux 发行版使用上述步骤。
如果您有任何疑问,欢迎在下面发表评论。
[下一篇:如何在 Windows 上安装 Python[ 初学者指南]][39]
[_ 使用 Mastodon关注我们的 floss.social/@debugpoint_][40]
--------------------------------------------------------------------------------
via: https://www.debugpoint.com/install-ubuntu-windows-virtualbox/
作者:[Arindam][a]
选题:[lkxed][b]
译者:[ZhangZhanhaoxiang](https://github.com/ZhangZhanhaoxiang)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://www.debugpoint.com/author/admin1/
[b]: https://github.com/lkxed
[1]: https://www.debugpoint.com/tag/virtualbox
[2]: https://www.debugpoint.com#presteps
[3]: https://www.debugpoint.com#download-items
[4]: https://www.debugpoint.com#install-virtualbox
[5]: https://www.debugpoint.com#install-ubuntu
[6]: https://www.debugpoint.com#post-install-steps
[7]: https://ubuntu.com/download/desktop
[8]: https://www.virtualbox.org/wiki/Downloads
[9]: https://www.debugpoint.com/wp-content/uploads/2023/01/Download-location-for-VirtualBox-for-Windows.jpg
[10]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
[11]: https://www.debugpoint.com/wp-content/uploads/2023/01/Download-the-dependency-for-VirtualBox.jpg
[12]: https://www.debugpoint.com/wp-content/uploads/2023/01/Install-the-dependency-for-VirtualBox.jpg
[13]: https://www.python.org/downloads/windows/
[14]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-VirtualBox-from-start-menu.jpg
[15]: https://www.debugpoint.com/virtualbox-id-password/
[16]: https://www.debugpoint.com/wp-content/uploads/2023/01/Click-on-New.jpg
[17]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-the-ISO-file.jpg
[18]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Hardware.jpg
[19]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Hard-Disk.jpg
[20]: https://www.debugpoint.com/wp-content/uploads/2023/01/Boot-Ubuntu-in-VirtualBox.jpg
[21]: https://www.debugpoint.com/wp-content/uploads/2023/01/1-Select-Try-Ubuntu.jpg
[22]: https://www.debugpoint.com/wp-content/uploads/2023/01/2-Ubuntu-LIVE-desktop-1.jpg
[23]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Language.jpg
[24]: https://www.debugpoint.com/wp-content/uploads/2023/01/4-Select-Keybaord-Layout.jpg
[25]: https://www.debugpoint.com/wp-content/uploads/2023/01/5-Select-install-options.jpg
[26]: https://www.debugpoint.com/wp-content/uploads/2023/01/6-Installation-Type.jpg
[27]: https://www.debugpoint.com/wp-content/uploads/2023/01/7-Write-changes-to-disk.jpg
[28]: https://www.debugpoint.com/wp-content/uploads/2023/01/8-User-account-creation.jpg
[29]: https://www.debugpoint.com/wp-content/uploads/2023/01/10-Ubuntu-Installation-is-complete.jpg
[30]: https://www.debugpoint.com/wp-content/uploads/2023/01/11-Log-on-to-Ubuntu.jpg
[31]: https://www.debugpoint.com/wp-content/uploads/2023/01/12-Ubuntu-running-in-Windows-using-Virtualbox-2048x1280.jpg
[32]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-Guest-addition-from-the-menu.jpg
[33]: https://www.debugpoint.com/wp-content/uploads/2023/01/Open-the-mounted-disc-and-select-option-with-terminal.jpg
[34]: https://www.debugpoint.com/wp-content/uploads/2023/01/VirtualBox-guest-addition-install-for-Windows-host.jpg
[35]: https://www.debugpoint.com/wp-content/uploads/2023/01/Enable-clipboard-sharing.jpg
[36]: https://www.debugpoint.com/wp-content/uploads/2023/01/Poweroff-Virtual-machine.jpg
[37]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-remove-to-delete-a-VM.jpg
[38]: https://www.debugpoint.com/wp-content/uploads/2023/01/Select-the-delete-options.jpg
[39]: https://www.debugpoint.com/install-python-windows/
[40]: https://floss.social/@debugpoint