[Seek Help] 请问怎样打包系统已安装的程序
Tofloor
poster avatar
jjcui8595
deepin
2022-03-11 14:33
Author

怎样在一台电脑上打包已经安装好的程序,以安装到另一台电脑上?谢谢

Reply Favorite View the author
All Replies
andktan
deepin
2022-03-11 17:37
#1

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

这个可能有帮助

Reply View the author
jjcui8595
deepin
2022-03-11 17:44
#2
andktan

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

这个可能有帮助

谢谢。这个不是关于打包的

Reply View the author
depend
deepin
2022-03-11 17:55
#3

你想搞哪个程序tail

Reply View the author
neko
deepin
Ecological co-builder
Q&A Team
2022-03-11 17:56
#4

apt downlad 包名 下载安装包

Reply View the author
jjcui8595
deepin
2022-03-11 17:58
#5
depend

你想搞哪个程序tail

UOS提示deepin-movie更新,但又无法更新,就卸载了想重新安装,apt install安装时又提示缺少依赖。不想等待官方修复这个问题,更不想重新安装系统,所以想从其他UOS中提取deepin-movie

Reply View the author
jjcui8595
deepin
2022-03-11 18:00
#6
neko

apt downlad 包名 下载安装包

下载后本地安装,仍提示缺少依赖

Reply View the author
depend
deepin
2022-03-11 18:18
#7
jjcui8595

UOS提示deepin-movie更新,但又无法更新,就卸载了想重新安装,apt install安装时又提示缺少依赖。不想等待官方修复这个问题,更不想重新安装系统,所以想从其他UOS中提取deepin-movie

sudo apt install git

然后

sudo deepin-editor /etc/apt/sources.list

image.png

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

Reply View the author
depend
deepin
2022-03-11 18:19
#8

pride

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

Reply View the author
jjcui8595
deepin
2022-03-11 18:20
#9
depend

pride

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

谢谢

Reply View the author
depend
deepin
2022-03-11 18:22
#10

等会,看哪个步骤有问题,可以再弄,嘿嘿,不谢

Reply View the author
jjcui8595
deepin
2022-03-11 18:46
#11

已经通过指定版本号安装成功。多谢各位热心帮助

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-03-11 19:15
#12

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

图片.png

Reply View the author
jjcui8595
deepin
2022-03-11 19:25
#13
神末shenmo

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

图片.png

非常感谢

Reply View the author
andktan
deepin
2022-03-11 22:56
#14
jjcui8595

非常感谢

原来你需要这个,我早知道给你提供了

Reply View the author
jjcui8595
deepin
2022-03-12 00:25
#15
andktan

原来你需要这个,我早知道给你提供了

谢谢,就想要这个

Reply View the author