Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
tar.gz安装包怎么安装
Apps Section
4012
views ·
6
replies ·
To
floor
Go
675875532
deepin
2015-10-24 22:32
Author
tar.gz安装包怎么安装,希望有对小白用户有用的详细的tar.gz安装包的安装教程。
Reply
Like 0
Favorite
View the author
All Replies
136******54
deepin
2015-10-24 22:38
#1
解压,里面的readme文件应该会有安装方法
Reply
Like 0
View the author
yundan111
deepin
2015-10-24 22:43
#2
哪里面没有readme呢,怎么安装
Reply
Like 0
View the author
Feng Yu
deepin
2015-10-24 22:56
#3
tar.gz不是安装包,只是压缩包而已
Reply
Like 0
View the author
lcw0268
deepin
2015-10-24 23:02
#4
楼主先要安装make,系统不一定安装make.
安装make:sudo apt-get install make
对于tar.gz包,要解压,然后进入解压后的文件夹,
sudo make
等运行完后,
sudo make install
就可以了。通常包里会有说明文档(readme).
Reply
Like 0
View the author
675875532
deepin
2015-10-24 23:07
#5
tar.xz也一样吗?
Reply
Like 0
View the author
knightlu
deepin
2015-10-24 23:35
#6
tar.gz是压缩包,这种格式的软件通常是源码,需要编译安装。
1. 给系统安装编译环境;
2. 解压缩tar包,通常里面会有INSTALL之类的安装说明,介绍编译的选项;
3. 编译安装的通常的步骤是
./configure 常用选项是 --prefix=/usr/local 指定安装路径,其他选项根据install说明和需要自行选择
make 编译
make install 安装
4. 到上一步软件安装就完毕了,编译安装的软件要用绝对路径来启动,为了方便可以把软件安装的路径加到PATH变量里去,通常的做法是写个脚本放到/etc/profile.d下面。如果是服务通常还会写服务脚本放到/etc/init.d下面,然后就可以用service 来管理了。
Reply
Like 0
View the author
Please
sign
in first
New Thread
Popular Events
More