﻿
----------------Install mothod （安装方式）-------------------
After the "Lodop7.*_Linux_**.deb" file is downloaded(*.deb文件下载后), 
open the desktop terminal in the download directory(在下载目录里打开桌面终端terminal) 
and execute the following shell command(执行如下shell命令):

sudo dpkg -i Lodop7.125_Linux_ARM64_CN.deb  

After successful in this way(这种方式安装成功后), 
you usually need to click the Lodop shortcut button on the desktop to start once
(通常需要点击桌面上的Lodop快捷按钮启动一下).


----------------View Results(查看安装结果)-------------------
The command to view the installation of Lodop7
(查看Lodop7的deb包安装情况的命令):

sudo dpkg -L lodop


----------------uninstall(卸载方式)--------------------------
The command to uninstall Lodop7
(卸载Lodop7的deb包的命令):

sudo dpkg -r lodop

If upgrading installation,try to uninstall the old version before installing the new version
(如果是升级安装，尽量先卸载旧版本后再安装新版本).




