本文主要是介绍删除Beagle之后清理Beagle搜索缓存,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
If you are like me, you’ve just gotten the news about the new Google Desktop client for Linux, and you are removing the current Beagle search for Ubuntu so you can replace it with Google instead.
如果您像我一样,就刚刚得到有关Linux版新Google桌面客户端的新闻,并且您正在删除当前对Ubuntu的Beagle搜索,因此可以将其替换为Google。
The only problem is that the Beagle search had a huge cache of data left behind after removing the package, in this hidden directory:
唯一的问题是,在删除该软件包后,Beagle搜索在此隐藏目录中留下了巨大的数据缓存:
~/.beagle/
〜/ .beagle /
On my test system, that directory is /home/geek/.beagle/ and it turned out to have 141mb wasting space. I suppose it could have been worse… my main system has 1GB of data sitting there.
在我的测试系统上,该目录为/home/geek/.beagle/,结果浪费了141mb。 我想情况可能会更糟……我的主系统上有1GB的数据。
Note: This article assumes that you’ve already removed Beagle, and that you don’t want the search cache to remain.
注意:本文假设您已经删除了Beagle,并且您不希望保留搜索缓存。
Navigate in the File Browser to your home directory, and then hit the Ctrl+H key combination to see the hidden files. You should see .beagle in the list.
在“文件浏览器”中导航到您的主目录,然后按Ctrl + H组合键以查看隐藏的文件。 您应该在列表中看到.beagle。
Just delete the folder, and you should be all done. (Of course, you could do this from the command line instead like I did)
只需删除该文件夹,就应该完成。 (当然,您可以像我一样从命令行执行此操作)
翻译自: https://www.howtogeek.com/howto/ubuntu/cleanup-beagle-search-cache-after-removing-beagle/
这篇关于删除Beagle之后清理Beagle搜索缓存的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!