Ubuntu 11.10 安装图文教程:VMware Station vs VirtualBox

需积分: 10 1 下载量 57 浏览量 更新于2024-07-28 收藏 4.25MB PDF 举报
"这篇资源是关于如何在VMware Station 8上安装Ubuntu 11.10的操作指南,同时也提及了VirtualBox的安装步骤。" 本文主要讲述了在虚拟环境中安装Ubuntu 11.10操作系统的过程,特别是使用VMware Station 8和VirtualBox这两种流行的虚拟机软件。首先,作者提到了Ubuntu 11.10的发布,并表示其打算在虚拟机中进行安装。虚拟机的选择上,作者比较了VMware Station 8和Oracle的VirtualBox,指出两者都是真正的虚拟机解决方案,而Windows的Hyper-V只支持Windows系统。 在VMware Station 8的安装过程中,作者描述了如何将Ubuntu的ISO镜像文件添加到虚拟光驱,然后设置初始用户名和密码,以及分配20GB的硬盘空间。安装完成后,尽管遇到了命令行界面而不是预期的桌面环境,但经过重启,成功进入了Windows桌面环境。 接下来,文章转向了VirtualBox的安装流程。首先,通过新建虚拟机,设置了虚拟机名称、内存大小(至少1024MB,建议是物理内存的两倍)和硬盘空间(作者选择了40GB)。文中提到了VirtualBox支持的四种磁盘格式:(1) VDI(VirtualBox自己的容器格式),(2) VMDK(广泛使用的格式),(3) VHD(微软的格式,Windows 7可引导),以及(4) Parallels的HDD格式。虽然(3)和(4)的最新格式文档不足,但可以通过特定工具进行转换。由于VirtualBox创建的默认磁盘格式为VDI,作者选择了固定大小的磁盘类型,尽管动态磁盘更节省空间,固定磁盘则提供更快的读写速度。最后,设置了硬盘的存储位置,避免占用C盘空间,并完成了40.75GB的虚拟硬盘创建。 这篇文章详细地介绍了VMware Station 8和VirtualBox上安装Ubuntu 11.10的操作步骤,包括虚拟机设置、磁盘格式选择和空间分配,为读者提供了清晰的安装指南。

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. spyder 5.4.1 requires pyqt5<5.16, which is not installed. spyder 5.4.1 requires pyqtwebengine<5.16, which is not installed. Successfully installed aiofiles-23.1.0 altair-4.2.2 blinker-1.6.2 cachetools-5.3.1 chardet-5.1.0 cmake-3.26.3 cpm_kernels-1.0.11 fastapi-0.95.2 ffmpy-0.3.0 gitdb-4.0.10 gitpython-3.1.31 gradio-3.32.0 gradio-client-0.2.5 h11-0.14.0 httpcore-0.17.2 httpx-0.24.1 latex2mathml-3.76.0 linkify-it-py-2.0.2 lit-16.0.5 markdown-it-py-2.2.0 mdit-py-plugins-0.3.3 mdtex2html-1.2.0 mdurl-0.1.2 nvidia-cublas-cu11-11.10.3.66 nvidia-cuda-cupti-cu11-11.7.101 nvidia-cuda-nvrtc-cu11-11.7.99 nvidia-cuda-runtime-cu11-11.7.99 nvidia-cudnn-cu11-8.5.0.96 nvidia-cufft-cu11-10.9.0.58 nvidia-curand-cu11-10.2.10.91 nvidia-cusolver-cu11-11.4.0.1 nvidia-cusparse-cu11-11.7.4.91 nvidia-nccl-cu11-2.14.3 nvidia-nvtx-cu11-11.7.91 orjson-3.8.14 protobuf-3.20.3 pydantic-1.10.8 pydeck-0.8.1b0 pydub-0.25.1 pygments-2.15.1 pympler-1.0.1 python-multipart-0.0.6 rich-13.4.1 semantic-version-2.10.0 sentencepiece-0.1.99 smmap-5.0.0 starlette-0.27.0 streamlit-1.22.0 streamlit-chat-0.0.2.2 torch-2.0.1 transformers-4.27.1 triton-2.0.0 tzlocal-5.0.1 uc-micro-py-1.0.2 uvicorn-0.22.0 validators-0.20.0 websockets-11.0.3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 解释下

2023-06-02 上传