Debian软件包稳定版、测试版、不稳定版源配置方法
在日常使用中Debian默认版本需要更新软件时,默认都是稳定版,如果需要使用测试版、不稳定版需要手工配置一下源。具体方法如下: 1、修改source.list文件: ```csharp nano /etc/ap/sources.list ``` #####稳定版 ```csharp deb http://deb.debian.org/debian/ stable main de
在日常使用中Debian默认版本需要更新软件时,默认都是稳定版,如果需要使用测试版、不稳定版需要手工配置一下源。具体方法如下: 1、修改source.list文件: ```csharp nano /etc/ap/sources.list ``` #####稳定版 ```csharp deb http://deb.debian.org/debian/ stable main de