---
title: "Kubuntu 22.10 日常使用情况及常用软件安装"
date: 2023-02-24T10:00:00.000Z
tags: ["Kubuntu 升级内核", "Kubuntu 常用软件", "Kubuntu 日常使用", "Kubuntu 网卡驱动", "Kubuntu 软件安装"]
categories: ["技术"]
canonical: https://www.zhaojian.net/kubuntu2210-daily-use-and-common-software-installation/
author: 赵健
---

刚换了几天 Manjaro Linux，无法联网，只显示本地 lo 网络连接。好像是升级内核和系统后，网卡驱动出现了问题。切换回 Debian 系，问题一致。最后发现在 Ubuntu Launchpad 内的网卡驱动 [Realtek 8852AE, 8852BE, and 8853CE WiFi drivers](https://launchpad.net/~greg-whiteley/+archive/ubuntu/rtw89) 可以完美运行。

![Kubuntu 22.10 日常使用情况及常用软件安装](/uploads/2023/02/1677124263-Screenshot_20230223_114907.png)

系统环境：
版本信息：Kubuntu 22.10（Kernel 6.1.13）
桌面环境：KDE Plasma 5.25.5

![Kubuntu 22.10 日常使用情况及常用软件安装](/uploads/2023/02/1677124287-Screenshot_20230223_115044.png)

常用软件：
[Google Chrome 浏览器](https://www.google.cn/chrome/)
[Visual Studio Code](https://code.visualstudio.com/)
[Remmina](https://remmina.org/how-to-install-remmina/#ubuntu)
[FileZilla](https://filezilla-project.org/)
[DBeaver](https://dbeaver.io/)
[VMware Workstation 17 Pro](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html)
[Joplin](https://joplinapp.org/help/#desktop-applications)
[XMind](https://www.xmind.cn/download/)
[WPS Office](https://linux.wps.cn/)
[微信](https://weixin.qq.com/)
[QQ](https://im.qq.com/linuxqq/)
[搜狗输入法](https://pinyin.sogou.com/linux/?r=pinyin)
[Dr.Web Beta](https://beta.drweb.com/files/?p=unix/11.1)
[Motrix](https://motrix.app/)
[easystroke（Linux 鼠标手势）](http://mxrepo.com/mx/testrepo/pool/test/e/easystroke/)

发生时间：2023-02

我的常用软件遵循原则
渠道选择：系统自带软件中心（Discover）> 软件官网 > 第三方网站
软件选择：跨平台 > 开源软件 > 免费 > 破解 > 收费
版本选择：稳定版

Kubuntu 22.10 安装完毕，首先使用手机热点（USB 连接）连接网络，然后安装无线网卡驱动，[ThinkBook 16+ Linux 无线网卡驱动](https://launchpad.net/~greg-whiteley/+archive/ubuntu/rtw89)。

ThinkBook 16+ Linux 无线网卡驱动 Ubuntu Launchpad Realtek 8852AE, 8852BE, and 8853CE WiFi drivers

```
$ sudo add-apt-repository ppa:greg-whiteley/rtw89
$ sudo apt update
$ sudo apt install rtw89-dkms
```
[Kubuntu 22.10 升级到最新 Linux 内核 kernel v6.1.13](https://www.zhaojian.net/kubuntu2210-upgrade-latest-linux-kernel/)

官网下载.deb 安装包：
[Google Chrome 浏览器](https://www.google.cn/chrome/)

```
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
```
[搜狗拼音输入法 Linux 个人版](https://shurufa.sogou.com/)

```
$ sudo dpkg -i sogoupinyin_4.0.1.2800_x86_64.deb
```
[QQ Linux 版 3.0.0](https://im.qq.com/linuxqq/index.shtml)

```
$ sudo dpkg -i linuxqq_3.0.0-571_amd64.deb
```
[微信 Linux 版 2.1.4](https://www.ubuntukylin.com/applications/106-cn.html)（可在 [下载目录](https://archive.ubuntukylin.com/software/pool/partner/) 内找到更新版本）

```
$ sudo dpkg -i weixin_2.1.4_amd64.deb
```
[VMware Workstation 17 Pro](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html) [keys ](https://www.zhaojian.net/vmware-workstation-pro-license-key-serial-key/)MC60H-DWHD5-H80U9-6V85M-8280D

```
$ sudo chmod +x VMware-Workstation-Full-17.0.0-20800274.x86_64.bundle
$ sudo ./VMware-Workstation-Full-17.0.0-20800274.x86_64.bundle
```
[Dr.Web Beta](https://download.drweb.com/linux/?lng=en) Linux 版 [key](https://beta.drweb.com/files/?p=unix/11.1/key/drweb32.key&lng=en&t=f)
Dr.Web Linux 版可使用 Dr.Web Linux 测试版的 key 实现免费授权

```
$ sudo chmod +x drweb-11.1.3-av-linux-amd64.run
$ sudo ./drweb-11.1.3-av-linux-amd64.run
```
[Visual Studio Code](https://code.visualstudio.com/) VS Code 不要在系统自带 Discover 软件中心安装，否则会出现在 Linux 系统中无法输入中文的情况

```
$ sudo dpkg -i code_1.75.1-1675893397_amd64.deb
```
系统自带 Discover 软件中心搜索下载：
Remmina
FileZilla
Dbeaver
Joplin
XMind
WPS Office
Motrix
easystroke（Linux 鼠标手势）

下载系统自带的 Discover 安装软件挺方便的，点赞～！