apt文件问题ruby.list文件

这里写目录标题

问题 (Error: Malformed line 1 in source list /etc/apt/sources.list.d/ruby.list )

解决方式 (修改配置文件)

结果 (成功修改)

问题

java 复制代码
Error: Malformed line 1 in source list /etc/apt/sources.list.d/ruby.list (type)
Error: The list of sources could not be read.

解决方式

java 复制代码
cd /etc/apt/source.list.d
java 复制代码
# deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official i386 DVD Binary-1 20200509-11:59]/ buster contrib main

# deb cdrom:[Debian GNU/Linux 10.4.0 _Buster_ - Official i386 DVD Binary-1 20200509-11:59]/ buster contrib main

deb http://mirrors.tuna.tsinghua.edu.cn/debian/ buster main
deb-src http://mirrors.tuna.tsinghua.edu.cn/debian/ buster main

deb http://security.debian.org/debian-security buster/updates main contrib
deb-src http://security.debian.org/debian-security buster/updates main contrib

# buster-updates, previously known as 'volatile'

修改ruby.list文件

java 复制代码
deb https://deb.ruby-lang.org/apt focal main
deb-src https://deb.ruby-lang.org/apt focal main
相关推荐
小马超会养兔子4 分钟前
vue2实现答题组件
开发语言·前端·javascript·vue
威威猫的栗子17 分钟前
用 Python Turtle 绘制经典汤姆猫:重温卡通角色的经典魅力
开发语言·python
星辰@Sea26 分钟前
Python 实现对人的行为预测
开发语言·python
Amor风信子1 小时前
华为OD机试真题---机房布局
java·开发语言·数据结构·算法·华为od
星霜旅人1 小时前
Python的基础知识
开发语言·python·numpy
唐棣棣1 小时前
期末速成C++【类和对象】
开发语言·c++
重生之我在VS写bug1 小时前
【操作系统1】一篇文章便可入门操作系统
linux·服务器·开发语言·jvm
染指11101 小时前
49.第二阶段x86游戏实战2-鼠标点击call深追二叉树
汇编·c++·windows·游戏安全·反游戏外挂·游戏逆向
月巴月巴白勺合鸟月半1 小时前
一个小工具
windows·delphi
Bruce_Liuxiaowei1 小时前
如何使用Python将TS文件转换为MP4
开发语言·python·ffmpeg·ts·mp4