需要安装deborphan debsums 审计安装的软件报, 需要安装debsums dpkg-divert [option] file 重写一个软件包的版本 dpkg –compare-versions v1 gt v2 比较版本, 用 echo ?检查dpkg−query−W−−showformat=format查询已安装软件包,格式例如′ ‘. dpkg –get-selections 将选择的软件包写入一个文件 dpkg...
删除软件包命令:sudo apt remove <package_name> 清理不再使用的依赖和库文件: sudo apt autoremove 移除软件包及配置文件: sudo apt purge <package_name> 查找软件包命令: sudo apt search <keyword> 列出所有已安装的包:apt list --installed 列出所有已安装的包的版本信息:apt list --all-versions Linux a...
4.python -m ipykernel install --name Name 将环境添加到Jyputer中(Name是此环境显示在Jyputer中的名称,可自定义) 删除内核 jupyter kernelspec remove 内核名称 报错[Errono 13] [Errno 13] Permission denied: ‘/usr/local/share/jupyter’ 为此,需要添加–user选项,将配置文件生成在本账户的家目录下。 代...
The build will fail with the python error message cited above. # docker build --progress plain . # FAILS (default args are Ubuntu 22.04 and OpenVINO 2024.3.0) # Working combinations: # Ubuntu 20.04 and all OpenVINO 2024.x versions -> docker build --pr...
yaml <<'EOF' apiVersion: apps/v1 #与k8s集群版本有关,使用 kubectl api-versions 即可查看当前集群支持的版本 kind: Deployment #该配置的类型,我们使用的是 Deployment metadata: #译名为元数据,即 Deployment 的一些基本属性和信息 name: nginx-deployment #Deployment 的名称 namespace: default labels: #...
apt-get --reindtall install 重新安装软件包 apt-get remove 卸载软件包 apt-get --purge remove 完全卸载软件包 apt-get clean 清除无用的软件包 在用命令apt-get install之前,是先将软件包下载到/var/cache/apt/archives中,之后再进行安装的.所以我们可以用apt-get clean清除/var/cache/apt/archives目录中...
ubuntu22.04+mariaDB。两个网站:1.rvm+ruby2.7.3+rails 4.2.11.3+unicorn+nginx。2.python3.10+fastapi+gunicorn VMWARE设置 去阿里镜像站点或者清华镜像站点,下载Ubuntu22.04.4的ISO文件。在vmware16中安装,设置用户名和密码。 安装vmware工具,让ubuntu的显示正常一些。
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 2 6. Next, type the following command to configure the priority status of the versions: sudoupdate-alternatives--config python3 The output displays the available choices and their assigned number (in the example belo...
Reflect oracular release, add plucky, remove mantic. 2024-05-04 Went through a lot of longstanding bugreports: Moved searchbox to top and listing of packages below. Updated architecture list. Updated URLs to use https. Fixed contents search default suite. ...
python timingReport.py <profiling_log_subdirectory> Dump Pipelines and Shaders The output of timeReport.py includes the information of top pipelines like below: Top Pipelines (>= 1%) Compiler Hash | Type | Avg. Call Count | Avg. GPU Time [us] | Avg. Frame % 1. 0xd91d15e42d62dcbb...