Aloys23 Blog

记一次更新python导致的apt报错

这是执行sudo apt update 的报错 E: Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/lib/command-not-found/ -a -e /usr/lib

Aloys23 Aloys23 Published on 2025-03-22

VS Code编译cpp环境配置

其他的网上都能找到 我这只放三个文件 c_cpp_properties.json { "configurations": [ { "name": "Linux", "includePath": [

Aloys23 Aloys23 Published on 2024-11-16

Ubuntu关于软件常用命令

获取已安装软件包的列表(不含snap) sudo apt list --installed 获取安装的snap包列表 snap list 安装软件(在线) sudo apt install 「包名」 sudo apt-get

Aloys23 Aloys23 Published on 2022-05-19