https://wiki.deepin.org/wiki/%E6%BA%90%E4%BB%A3%E7%A0%81%E5%8C%85#.E5.B8.B8.E8.A7.81.E9.97.AE.E9.A2.98
这个可能有帮助
https://wiki.deepin.org/wiki/%E6%BA%90%E4%BB%A3%E7%A0%81%E5%8C%85#.E5.B8.B8.E8.A7.81.E9.97.AE.E9.A2.98
这个可能有帮助
https://wiki.deepin.org/wiki/%E6%BA%90%E4%BB%A3%E7%A0%81%E5%8C%85#.E5.B8.B8.E8.A7.81.E9.97.AE.E9.A2.98
这个可能有帮助
谢谢。这个不是关于打包的
你想搞哪个程序
apt downlad 包名 下载安装包
你想搞哪个程序
UOS提示deepin-movie更新,但又无法更新,就卸载了想重新安装,apt install安装时又提示缺少依赖。不想等待官方修复这个问题,更不想重新安装系统,所以想从其他UOS中提取deepin-movie
apt downlad 包名 下载安装包
下载后本地安装,仍提示缺少依赖
UOS提示deepin-movie更新,但又无法更新,就卸载了想重新安装,apt install安装时又提示缺少依赖。不想等待官方修复这个问题,更不想重新安装系统,所以想从其他UOS中提取deepin-movie
sudo apt install git
然后
sudo deepin-editor /etc/apt/sources.list

sudo apt update
sudo apt build-dep deepin-movie
git clone https://github.com/linuxdeepin/deepin-movie-reborn.git
cd deepin-movie-reborn
mkdir build
cd build
cmake ..
make -j8
sudo make install

给了教程,安装依赖,然后去拉取最新代码,编译安装,ok

给了教程,安装依赖,然后去拉取最新代码,编译安装,ok
谢谢
等会,看哪个步骤有问题,可以再弄,嘿嘿,不谢
已经通过指定版本号安装成功。多谢各位热心帮助
spk://store/tools/com.github.ccc-app-manager

spk://store/tools/com.github.ccc-app-manager

非常感谢
非常感谢
原来你需要这个,我早知道给你提供了
原来你需要这个,我早知道给你提供了
谢谢,就想要这个
Popular Ranking
ChangePopular Events
More
怎样在一台电脑上打包已经安装好的程序,以安装到另一台电脑上?谢谢