𝐌𝐫.⠀𝐖𝐚𝐢
发表于2025-01-15 05:22 版主
You need the Debian packages.
回复点赞0只看作者
You need the Debian packages.
我现在内网主机上安装软件经常会遇到,依赖缺少或依赖版本不对,经常需要dpkg -i查看详情再去补依赖,所以想看看有没有比较方便的办法能够避免
Yes, you have to use the command “dpkg -i ”.
Alternatively, consider using the following method:
https://bbs.chinauos.com/post/18518 [经验分享] 使用命令,从官方软件源下载安装包(及其依赖包)到桌面之方法。
具体的文件位置一般在哪?
Try running the following command:
dpkg -c "<The_full_path_to_the_Debian_package>"
百度一下吧,
经常遇到没有依赖包基本都这么干了。
Dependencies can be downloaded from the official repository by using the command “apt download”.
版块推荐
查看更多>
小编推荐
换一批光荣榜
打造操作系统创新生态
关注微信公众号
技术服务
有个问题想问下,目前用的arm64版的系统,我如果在有网的系统下下载了软件,能够使用,那能直接将安装的文件拷到我的内网电脑上使用吗?
要是可以具体的文件位置一般在哪?拷贝全部文件就可以吗?