尝试安装 Tracker 搜索应用程序来索引我的 pdf 文件。[发现 recoll 的搜索结果页面很混乱。] 但每次我在安装前尝试配置时,都会出现以下错误 -
checking for LIBTRACKER_BUS... yes
checking for LIBTRACKER_COMMON... yes
checking for LIBTRACKER_DATA... no
configure: error: Package requirements (glib-2.0 >= 2.40.0
gio-unix-2.0 >= 2.40.0
sqlite3 >= 3.7.9
uuid) were not met:
No package 'sqlite3' found
No package 'uuid' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBTRACKER_DATA_CFLAGS
and LIBTRACKER_DATA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
werunom@linux-matter ~/Downloads/tracker/tracker-1.6.1 $ sudo apt-get install sqlite3
[sudo] password for werunom:
Reading package lists... Done
Building dependency tree
Reading state information... Done
sqlite3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
werunom@linux-matter ~/Downloads/tracker/tracker-1.6.1 $ sudo apt-get install uuid
Reading package lists... Done
Building dependency tree
Reading state information... Done
uuid is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
我不确定我必须安装什么包才能成功完成配置。
谢谢您的帮助/建议。
答案1
尝试运行sudo apt-get -f install
。如果不起作用,您可能需要手动安装缺少的软件包。但是,您也可以尝试添加第三方存储库,也许它们会在服务器上提供软件包。