我刚刚安装了 Ubuntu 16.04。Ubuntu 软件中心很奇怪。它实在是太慢了。需要很长时间才能“加载”某些东西。有时它甚至无法工作。也许它可以,但我等不了 10 分钟,所以我就把它关了。我的意思是,我点击“更新”,它就是无法加载。有时它可以,但需要很长时间。这是怎么回事?我是个彻头彻尾的“菜鸟”,这是我第一次尝试基于 Linux 的操作系统,所以要小心 :P。我在谷歌上搜索过,但没有找到真正的解决方案。
答案1
Software Center
与 ubuntu 捆绑在一起的版本16.04
有很多错误,最好尽可能避免使用它。
您可以使用Synaptic Package Manager
比默认值好很多的版本。
sudo apt-get install synaptic
除此之外,请尝试使用终端进行基本软件安装(只需谷歌搜索ubuntu {desired software}
)。
要更新系统,请运行
sudo apt-get update && sudo apt-get upgrade
答案2
答案3
我也遇到了同样的情况。我发现每一个我看到 Ubuntu 软件中心空转,最小化然后恢复窗口会导致立即显示预期内容。它可以工作,但每次我单击新内容时都必须执行这些操作。
- 版本:16.04.2 LTS (Xenial Xerus) 64 位(完全修补)
- 内核:Linux 4.4.0-66-generic x86_64
- 伴侣:1.12.1
- 内存:15.7 GiB
- 处理器:Intel® Core™ i7 CPU X 990 @ 3.47GHz × 12
答案4
我找到了几个相关问题,并提出了一些非常激进的建议。对我有用的是强制snap-store
重新启动该过程。
我的症状是,我会打开 Ubuntu 软件应用程序并输入要搜索的内容,例如inksca
。搜索屏幕会一直停留并旋转,直到我厌倦了等待,并决定从命令行安装。
我尝试关闭并重新打开 Ubuntu 软件应用程序,但没有任何变化。相反,我找到了该应用程序的进程 ID,将其终止,然后单击启动器图标再次启动它。
$ pgrep -a snap-store
2911351 /snap/snap-store/558/usr/bin/snap-store
$ kill 2911351
$
现在,输入后inksca
即可立即找到 inkscape 和 Boxy SVG。
在我发现这个之前我尝试过的另一件事是kiran 的回答选择最佳服务器进行包搜索。如果该答案中的步骤不清楚:
- 打开软件和更新,而不是 Ubuntu 软件或软件更新程序。
- 在 Ubuntu 软件选项卡上,单击从下拉菜单下载。
- 单击其他...
- 在选择下载服务器对话框中,单击选择最佳服务器按钮。
- 等待速度测试运行。
- 如果选择有意义,请单击选择服务器按钮。
- 当系统询问时输入您的密码。
- 关闭软件和更新,然后同意让它重新加载其软件缓存。
我不知道这是否真的有帮助,但建议的服务器是本地的。
如果这些都不管用,还有命令行依靠。
$ apt-cache search inksca
create-resources - shared resources for use by creative applications
dpic - pic-language converter to LaTeX-compatible and other formats
fonts-opendin - Open DIN font
fonts-rufscript - handwriting-based font for Latin characters
ink-generator - Inkscape extension to automatically generate files from a template
inkscape - vector-based drawing program
inkscape-open-symbols - Open source SVG symbol sets that can be used as Inkscape symbols
inkscape-speleo - Inkscape plugin to help draw surveys
inkscape-survex-export - Inkscape plugin to digitise printed surveys
inkscape-textext - Re-editable LaTeX graphics for Inkscape
inkscape-textext-doc - Re-editable LaTeX graphics for Inkscape (documentation)
inkscape-tutorials - vector-based drawing program - tutorials
lib2geom-dev - robust computational geometry framework -- development library
lib2geom1.1.0 - robust computational geometry framework -- shared library
lyx - document processor
python3-scour - SVG scrubber and optimizer (Python 3 module)
python3-sphinxcontrib.svg2pdfconverter - Sphinx SVG to PDF Converter Extension
robocut - Control program for Graphtec cutting plotters
scour - SVG scrubber and optimizer (CLI and debhelper)
svgtune - tool to generate a set of .svg files out of a single .svg file
texlive-lang-english - TeX Live: US and UK English
$