紧急求助,如何更改软件的安装位置?
Tofloor
poster avatar
baobaoxiaomutou
deepin
2020-05-28 03:57
Author
本帖最后由 baobaoxiaomutou 于 2020-5-27 19:59 编辑

用以下代码安装的,
  1. $ sudo ./xampp-linux-x64-7.3.1-0-installer.run
Copy the Code


默认安装在系统盘opt文件夹下,是否可以改在usr下?如何写命令行,大家给帮帮忙$ sudo ./xampp-linux-x64-7.3.1-0-installer.run

Reply Favorite View the author
All Replies
avatar
SamLukeYes
deepin
2020-05-28 04:17
#1
用安装脚本装的话,可以查一查软件自带的文档,看有没有修改安装位置的选项。如果没有的话,就只能自己改代码了。
Reply View the author
avatar
i8520
deepin
2020-05-28 04:31
#2
run的该不了路径 写死掉的 ,在run安装包内
Reply View the author
avatar
baobaoxiaomutou
deepin
2020-05-28 04:34
#3
https://bbs.deepin.org/post/195141
run的该不了路径 写死掉的 ,在run安装包内

多谢
Reply View the author
avatar
辉夜
deepin
2020-05-28 04:39
#4
https://bbs.deepin.org/post/195141
run的该不了路径 写死掉的 ,在run安装包内

deb包呢?
Reply View the author
avatar
i8520
deepin
2020-05-28 04:40
#5
本帖最后由 i8520 于 2020-5-27 20:42 编辑

可以解压包 里面有安装脚本 和虚拟目录  虚拟目录可以该名字 改了以后需要改启动脚本或安装脚本
Reply View the author
avatar
辉夜
deepin
2020-05-28 05:57
#6
https://bbs.deepin.org/post/195141
可以解压包 里面有安装脚本 和虚拟目录  虚拟目录可以该名字 改了以后需要改启动脚本或安装脚本 ...

Reply View the author