[Industry News] 优化版 Debian v3.0
Tofloor
poster avatar
wiwyil2tr
deepin
2024-07-09 17:39
Author

本帖为旧版,最新版链接:https://bbs.deepin.org/post/275657

优化版Linux Debian v3.0制作完成

优化版Debian V3.0

--By [email protected]

下载链接: https://www.123pan.com/s/jR1SVv-GPB6d.html

本次更新主要内容:

  • 更新debian testing到最新
  • 改用mate桌面环境
  • 视频播放器改用更易于操作的smplayer
  • 删除一些不必要的软件包

优化版系统特性:

  • 预装常用驱动程序
  • 基于debian testing,滚动更新, 软件始终保持最新
  • 稳定性高,真机实测,debian是一个以稳定性著称的发行版
  • 集成常用软件,包括办公,网页浏览,图片处理,输入法等,开箱即用
  • 完全纯净,无广告,无捆绑
  • 人性化操作,采用广受欢迎的gnome2桌面的延续-mate桌面环境,经典易于上手
  • 轻量高效,占用资源低,可以充分发挥电脑性能

预装的部分常用软件

  • 办公:libreoffice
  • 浏览器:火狐浏览器
  • 邮件:thunderbird
  • 视频播放器:smplayer
  • 音频播放器:audacious
  • 图片处理:gimp
  • 命令查询:tldr
  • 输入法:fcitx
  • 星火应用商店,即深度社区商店,具有大量国人常用软件如qq,微信,wps等

1A7ADD13949CF24A9CCDE8820F025AC2.png

1A7ADD13949CF24A9CCDEfd8820F025AC2.png

Screenshot_20240709_172823.png

新手尝试Linux时可以一试,不喜勿喷

基本上能做到开箱即用,想在真机上装debian的新手可以试试

安装教程: 先在U盘内安装ventoy,详见https://www.ventoy.net 安装好后将镜像复制到U盘分区内

从U盘启动,选择sulet-optimized-debian-live-testing-v3-amd64-mate.iso启动项

启动后,选择最上面第一项回车

启动后,点击桌面上的"Install Debian"就可以安装了,具体步骤详见manjaro的安装教程视频

安装完成后, 更改一下软件源(位于/etc/apt/sources.list),可以在网上自行搜索软件源, 然后把版本改成 testing ,再更新一下软件源"sudo apt update"就可以使用了 -----------------------------------------------------------------------

欢迎使用优化版系列系统,并提出宝贵意见 系统将会不定期更新 版本号规则:无功能更新,只是小修小补,从小数点第二位开始,如1.01,1.02,小功能更新从小数点第一位开始,如1.1,1.2,大功能更新或上游大版本升级直接更新大版本号,如1.0,2.0,3.0 本系列系统旨在为用户提供免除痛苦,开箱即用,干净轻量,不夹带私货,靠近上游的linux修改定制版

Reply Favorite View the author
All Replies
4 / 4
To page
k***[email protected]
deepin
2024-08-04 14:16
#61
wiwyil2tr

plank 软件源里也是有的 apt install plank就能装上

大佬 我是feiwu 我连最基本的换源 都不会 根据你的写进去也没弄好😭 sob

我现在正在下载

@gfdgd_xi 这位大佬的dxde linux

Reply View the author
wiwyil2tr
deepin
2024-08-04 15:21
#62
k***[email protected]

大佬 我是feiwu 我连最基本的换源 都不会 根据你的写进去也没弄好😭 sob

我现在正在下载

@gfdgd_xi 这位大佬的dxde linux

运行 sudo pluma /etc/apt/sources.list

将里面内容清空,换成:


# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.bfsu.edu.cn/debian/ testing main contrib non-free non-free-firmware
# deb-src https://mirrors.bfsu.edu.cn/debian/ testing main contrib non-free non-free-firmware

deb https://mirrors.bfsu.edu.cn/debian/ testing-updates main contrib non-free non-free-firmware
# deb-src https://mirrors.bfsu.edu.cn/debian/ testing-updates main contrib non-free non-free-firmware

deb https://mirrors.bfsu.edu.cn/debian/ testing-backports main contrib non-free non-free-firmware
# deb-src https://mirrors.bfsu.edu.cn/debian/ testing-backports main contrib non-free non-free-firmware

# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb https://mirrors.bfsu.edu.cn/debian-security testing-security main contrib non-free non-free-firmware
# deb-src https://mirrors.bfsu.edu.cn/debian-security testing-security main contrib non-free non-free-firmware

保存并退出

运行: sudo apt update

就可以用了

Reply View the author
4 / 4
To page