您当前的位置:首页 > 计算机 > 系统应用 > Linux

一条命令制作deb安装源的方法

时间:07-20来源:作者:点击数:
  1. 假设deb包在/home/demo/debs目录
cd /home/demo/debs
apt-ftparchive packages . >Packages
apt-ftparchive release . > Release
  1. 修改安装源 /etc/apt/sources.list
deb [trusted=yes] file:/home/demo/debs ./
  1. sudo apt update
  2. sudo apt install xxxx

参考:https://wiki.debian.org/DebianRepository/Setup#Quick_instructions_to_create_a_trivial_local_archive_with_apt-ftparchive

方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门