在 qbittorrent 安装中使用“make install”命令时出错

在 qbittorrent 安装中使用“make install”命令时出错

我正在尝试从 tar.gz 安装 qbittorrent 软件(https://www.qbittorrent.org/download.php) 在 ubuntu 22.04 上。我可以解压 zip 文件,运行 configure,并且 make 可以正常执行,但是当我尝试 make install 时,出现以下错误:

se7en@se7enubuntu:~/Downloads/qbittorrent-4.4.3.1$ sudo make && make install
cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/se7en/Downloads/qbittorrent-4.4.3.1/src/src.pro -qtconf /usr/lib/x86_64-linux-gnu/qt5/qt.conf -early QMAKE_CC=x86_64-linux-gnu-gcc QMAKE_CXX=x86_64-linux-gnu-g++ QMAKE_LINK=x86_64-linux-gnu-g++ QMAKE_STRIP=x86_64-linux-gnu-strip QMAKE_QMAKE=/usr/bin/x86_64-linux-gnu-qmake PKG_CONFIG=x86_64-linux-gnu-pkg-config -before QMAKE_LRELEASE= ) && make -f Makefile 
make[1]: Entering directory '/home/se7en/Downloads/qbittorrent-4.4.3.1/src'
make[1]: Nothing to be done for 'first'.
make[1]: Leaving directory '/home/se7en/Downloads/qbittorrent-4.4.3.1/src'
cd src/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/se7en/Downloads/qbittorrent-4.4.3.1/src/src.pro -qtconf /usr/lib/x86_64-linux-gnu/qt5/qt.conf -early QMAKE_CC=x86_64-linux-gnu-gcc QMAKE_CXX=x86_64-linux-gnu-g++ QMAKE_LINK=x86_64-linux-gnu-g++ QMAKE_STRIP=x86_64-linux-gnu-strip QMAKE_QMAKE=/usr/bin/x86_64-linux-gnu-qmake PKG_CONFIG=x86_64-linux-gnu-pkg-config -before QMAKE_LRELEASE= ) && make -f Makefile install
make[1]: Entering directory '/home/se7en/Downloads/qbittorrent-4.4.3.1/src'
/usr/lib/qt5/bin/qmake -install qinstall /home/se7en/Downloads/qbittorrent-4.4.3.1/doc/qbittorrent.1 /usr/local/share/man/man1/qbittorrent.1
Error copying /home/se7en/Downloads/qbittorrent-4.4.3.1/doc/qbittorrent.1 to /usr/local/share/man/man1/qbittorrent.1: Destination file exists
make[1]: *** [Makefile:6291: install_man] Error 3
make[1]: Leaving directory '/home/se7en/Downloads/qbittorrent-4.4.3.1/src'
make: *** [Makefile:59: sub-src-install_subtargets] Error 2

我用谷歌搜索,但没有找到有关此错误代码的任何信息。

相关内容