当前位置: 首页 > news >正文

Ubuntu24.04LTS基础软件下载

  1. librewolf: deb文件link
    作用:访问github,无痕浏览,这个速度,不指望了
    在这里插入图片描述
  2. vscodium:
    从deb安装,ubuntu
sudo dpkg -i xxx.deb
  • paste-image 插件替代 markdown
  1. wps:

  2. libreoffice:

替换USTC源

sudo nano /etc/apt/sources.list

贴入下述代码

# 默认注释了源码仓库,如有需要可自行取消注释
deb https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble main restricted universe multiversedeb https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-security main restricted universe multiversedeb https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-updates main restricted universe multiversedeb https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-backports main restricted universe multiverse# 预发布软件源,不建议启用
# deb https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
# deb-src https://mirrors.ustc.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse

更新

sudo apt update
  • 除了Linux系统软件源,USTC LUG还提供了许多其他编程语言和软件的镜像
  1. python3.10
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.11

apt与apt-get

apt-get和apt是Ubuntu系统中用于管理软件包的工具,apt是apt-get的升级版本,提供更简洁、用户友好的功能。

add-apt-repository

add-apt-repository是Ubuntu系统中的一个命令行工具,用于向软件源中添加第三方软件源。它的作用是方便用户快速添加新的软件源,并使这些源中的软件包可以被apt或apt-get命令安装、更新和卸载。

使用add-apt-repository可以避免手动编辑/etc/apt/sources.list文件的繁琐步骤。它会自动检测添加的软件源,并更新系统的软件包索引。这使得用户能够更容易地访问和安装来自其他软件源的软件包。

通过add-apt-repository,用户可以轻松地添加PPA(Personal Package Archive)、外部软件源或其他自定义软件源。这样就可以方便地获得最新的软件更新和额外的软件包。

  1. ROS2-Great USTC LUG!!!
    link
  • 离开学校才想起学校的好~
  1. 钉钉
    Dingtalk for Linux
http://www.lryc.cn/news/392295.html

相关文章:

  • SQLAlchemy配置连接多个数据库
  • NLP+LLM从入门到精通系列
  • 用数组手搓一个小顶堆
  • 【Linux开发】基于ALSA库实现音量调节
  • 代理IP在未来将面临哪些挑战?
  • FineBI在线学习资源-数据处理
  • 【代码随想录算法训练营第37期 第四十五天 | LeetCode198.打家劫舍、213.打家劫舍II、337.打家劫舍III】
  • Elasticsearch查询上下文和_source
  • golang实现网卡流量监控
  • 技术分享:直播平台如何开发并接入美颜SDK
  • 左耳听风_114_113_Go编程模式修饰器
  • Java实习手册(小白也看得懂)
  • Elasticsearch 分析器(Analyzer)的作用和配置
  • SpringBoot(一)创建一个简单的SpringBoot工程
  • 简述Vue中的数据双向绑定原理
  • C++STL函数对象的应用
  • AJAX-day1:
  • 昆虫学(书籍学习资料)
  • springboot + mybatis 多数据源切换
  • windows电脑网络重置后wifi列表消失怎么办?
  • Python + 在线 + 文生音,音转文(中文文本转为英文语音,语音转为中文文本)
  • 哏号分治,CF103D - Time to Raid Cowavans
  • 基于深度学习的图像背景剔除
  • Python使用(...)连接字符串
  • 鸿蒙:1.入门
  • 【matlab】智能优化算法——求解目标函数
  • 不改代码,实现web.config或app.config的连接字符串加密解密
  • Python创建MySQL数据库
  • 【C++】unordered系列容器的封装
  • matlab 超越椭圆函数图像绘制