在LInux安裝
在Linux操作系統上安裝Nipper
在Linux操作系統上,首選的方法是通過GUI安裝,并允許包管理器處理安裝。
如果您使用的是安全增強的Linux和Nipper啟動失敗,您將需要執行以下命令作為根用戶:
chcon -t texrel_shlib_t /usr/lib/libnipper2.*
chcon -t texrel_shlib_t /usr/lib64/libnipper2.*
for x in `ls /opt/nipper/plugins/`; do chcon -t texrel_shlib_t /opt/nipper/plugins/$x; done
Nipper需要Qt框架的第5版才能運行。Qt5在默認情況下不可用
RHEL/CentOS存儲庫,但是它在EPEL(額外的包庫)中可用企業Linux)存儲庫,免費且安裝簡單。
安裝EPEL存儲庫是一個分兩個階段的過程,首先需要下載包含發行版存儲庫文件的rpm包,然后需要使用rpm命令行工具安裝該包。
在嘗試安裝Titania Nipper之前,您可以為您的Linux發行版復制并運行這些命令
\\CentOS 6 (x32)
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
rpm -iv epel-release-6-8.noarch.rpm
\\CentOS 6 (x64)
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -iv epel-release-6-8.noarch.rpm
**CentOS 7 (x64)**
In order to install Nipper onto your machine, run the following commands:
yum -y install epel-release
yum -y update
yum -y install nipper-[rpm name].rpm (eg. nipper-2.6.1.2019-10-07-centos-7-
x86_64.rpm)
If you still encounter issues installing Nipper on CentOS 7, use the following commands
to update the yum repository and enable the community repository.
sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-CR.repo
yum -y update
yum -y install nipper-[rpm name].rpm (eg. nipper-2.6.1.2019-10-07-centos-7-x86_64.rpm
\\Ubuntu
With Ubuntu usually the dependencies are already met but if your Ubuntu machine
doesn’t install Nipper try to retrieve the QT5 dependencies:
sudo apt-get install build-essential
sudo apt-get install libx11-xcb-dev libglu1-mesa-dev
Fedora 32bit/64bit
當通過命令dnf安裝Nipper時,它應該會自動檢測所需的依賴項
一旦你安裝了文件,你就可以安裝Titania Nipper了,為此你可以下載OpenSuse最新版本的Nipper,然后點擊文件就可以安裝了。
要通過CLI安裝nipper,轉到文件所在的目錄,輸入sudo zypper install nipper-* nipper將安裝nipper
TitaniaNipper中文使用教程
推薦文章: