求技术人员解答-Deepinlinux下yum服务安装
Tofloor
poster avatar
jx134610
deepin
2012-05-25 09:55
Author
Linux Deepin 11.12.1,64位版本下yum服务如何搭建,我考虑到软件卸载问题,想用源代码包编译安装软件,但在Deepinlinux下yum服务所依赖的关系太多了,如何有效解决依赖关系?
Reply Favorite View the author
All Replies
cxbii
deepin
2012-05-25 19:28
#1
其实在你另外的帖子已经告诉你了
ld属于的debian系列的linux 。使用的是apt-get的包管理方式
要安装软件的话
  1. sudo apt-get install xxx
Copy the Code
(xxx是软件名字,apt-get可以自己解决依赖问题)
如果说是自己源代码,一般也就是
  1. ./configure         
  2. make                        
  3. make check           
  4. make install   
Copy the Code
如果真的要用yum、推荐红帽系列的linux
Reply View the author
hijk1990
deepin
2012-05-26 21:26
#2
Reply View the author
jx134610
deepin
2012-06-12 11:22
#3
谢谢啦
Reply View the author