今天把 ubuntu 升级到 22.04 了,记录一下 ubuntu22.04 上能免费使用以及支持跨平台的软件,以及安装过程中常见的问题,大家一起分一下自己用的软件,持续更新

2022-10-09 17:39:29 +08:00
 jwangkun
Ubuntu22.04 常用软件集合 https://jwangkun.notion.site/Ubuntu22-04-f959cbc939d94a70b1f72073dea00e75

1. [wechat]( https://www.ubuntukylin.com/applications/)
2. uTools
3. vscode
4. [腾讯会议]( https://www.ubuntukylin.com/applications/)
5. Intellij IDE CE
6. dbeaver
7. [FinalShell]( http://www.hostbuf.com/)
8. [Docker Desktop]( https://docs.docker.com/desktop/install/linux-install/)
9. Pycharm
10. [Chrome]( https://www.google.cn/chrome/)
11. 飞书
12. Remmina (远程桌面)
13. WPS
14. 搜狗输入法
15. multipass
16. Figma Linux
17. PostMan
18. VirtualBox
19. ****[思源笔记]( https://b3log.org/siyuan/download.html)****
20. ****[OBS Studio]( https://obsproject.com/download#linux)****
21. Vim
22. ****[Draw.io]( https://app.diagrams.net/)****
23. [ToDesk]( https://www.notion.so/Ubuntu22-04-f959cbc939d94a70b1f72073dea00e75)
24. ****Android Studio****
25. [lossless-cut]( https://github.com/mifi/lossless-cut)(开源视频剪辑)
26. ****Bitwarden ( 1Password 替代品)****
27. [网易云音乐]( https://music.163.com/#/download)
28. 百度输入法
29. Eclipse
30. Goland
31. Robo3t ( MongoDB Client )
32. termius
33. [redis-desktop-manager]( https://resp.app/)
34. [Mindmaster]( https://www.edrawsoft.cn/download/mindmaster/)(思维导图)
2011 次点击
所在节点    分享创造
8 条回复
jwangkun
2022-10-09 17:53:23 +08:00
欢迎大家来补充
wildlife
2022-10-10 10:42:19 +08:00
Macast ( DLNA 投屏, https://github.com/xfangfang/Macast )
Dingtalk ( 原生钉钉, https://page.dingtalk.com/wow/z/dingtalk/simple/ddhomedownlaod )
RustDesk ( 远程桌面, https://github.com/rustdesk/rustdesk )
Aliyunpan ( 第三方阿里云盘, https://github.com/liupan1890/aliyunpan )
Charles ( 抓包软件, https://www.charlesproxy.com )
BeyondCompare ( Diff 工具, https://www.scootersoftware.com/download.php )
ClashForWindows ( Clash 客户端, https://github.com/Fndroid/clash_for_windows_pkg )
balenaEtcher ( 图形化烧录工具, https://github.com/balena-io/etcher )
FlameShot ( 截图工具, https://github.com/flameshot-org/flameshot )

--- 源中的软件
KDE Connect ( 电脑手机互传 )
Transmission ( BT/PT )
avahi-discover ( mDNS 浏览器 )
KolourPaint ( 简易画图 )
wildlife
2022-10-10 10:44:17 +08:00
jwangkun
2022-10-10 11:03:31 +08:00
正好找这个 Clash ,感谢,这个有文档么?
@wildlife
wildlife
2022-10-10 11:35:08 +08:00
@jwangkun 我打包好了最新版,直接 dpkg -i 安装就行,后续只需 github 下载最新 release 解压替换 deb 中的 /opt/clash 即可

提取链接: https://cp.ciding.cc/s/gncj 提取码:gncj 有效期:24 小时 SHA256SUM:c69ea4b2846b20931b38819df1e81259fd5959f6ca8abc1596a1de74ef841cbc
wildlife
2022-10-10 11:39:06 +08:00
打包解包脚本,需要安装 fakeroot

打包 ./deb.sh ./xxx/
解包 ./deb.sh ./xxx.deb

```shell
#!/bin/bash
set -eu -o pipefail

if [ -d "$1" ]; then
echo 'packing...'
name=$(< "$1/DEBIAN/control" grep Package | cut -d ' ' -f 2)
version=$(< "$1/DEBIAN/control" grep Version | cut -d ' ' -f 2)
arch=$(< "$1/DEBIAN/control" grep Architecture | cut -d ' ' -f 2)
fakeroot dpkg-deb -b -z9 "$1" "${name}-${version}_${arch}_p.deb"
echo "${name}-${version}_${arch}_p.deb"
elif [ -f "$1" ]; then
echo "unpacking..."
dpkg-deb -R "$1" "${1%.*}"
echo "${1%.*}"
else
echo "unsupported action"
fi
```
jwangkun
2022-10-10 13:43:34 +08:00
@wildlife 再次感谢
jwangkun
2022-10-12 14:07:25 +08:00
没有人更新么

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/885579

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX