多协议、性能稳定、丰富API的流媒体服务器软件
您现在的位置:首页  >  文档  >  卸载
请按下面的步骤,正确卸载Ti Top Streamer:

注:下面的命令,你必须以root用户身份来执行!

1、首先停止服务:
systemctl stop TiTopStreamerManager
systemctl stop TiTopStreamer
		


2、删除注册的系统服务:
cd /usr/local/TiTopStreamer/bin
./uninstallsystemd.sh
		
注:成功运行./uninstallsystemd.sh命令后,你会看到如下提示:
Removed symlink /etc/systemd/system/multi-user.target.wants/TiTopStreamerManager.service.
Removed symlink /etc/systemd/system/multi-user.target.wants/TiTopStreamer.service.
		
注意: 在运行./uninstallsystemd.sh命令时,如果遇到以下提示,则说明该文件缺少可执行权限:
-bash: ./uninstallsystemd.sh: Permission denied
		
这时,请先运行如下命令,赋予它可执行权限,然后再重新运行./uninstallsystemd.sh命令:
chmod +x uninstallsystemd.sh
		


3、如果你要备份相关配置信息,请按如下命令拷贝相关文件,如果不需要备份,请跳过这一步:
cd /usr/local
mkdir some_bak_dir
cp /usr/local/TiTopStreamer/conf  /usr/local/some_bak_dir -r
		


4、删除程序所在的目录
cd /usr/local		
rm -rf /usr/local/TiTopStreamer
rm -rf /usr/local/TiTopStreamer-x.x.x
		
其中x.x.x代表版本号。