Mozilla Firefox 在 Ubuntu 14.04 中挂起

Mozilla Firefox 在 Ubuntu 14.04 中挂起

我最近将系统从 Ubuntu 12.04 LTS 升级到了 Ubuntu 14.04 LTS。一开始一切都很好。这种情况已经持续了 2-3 天,每当我在 youtube 上播放任何视频时,Mozilla Firefox 都会挂起 5 秒钟,然后响应一秒钟,然后再次挂起,因此我不得不强制关闭浏览器。有解决这个问题的方法吗?

$lscpu
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 42
Stepping:              7
CPU MHz:               2501.000
BogoMIPS:              4989.08
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              3072K

答案1

首先在终端中尝试一下,看看是否能解决问题

sudo apt-get update && apt-get upgrade

如果没有,请在终端中尝试以下命令

sudo apt-get remove --purge firefox ubuntu-restricted-extras

这将卸载 Firefox 和 Flash 插件,然后你可以重新安装它们,看看是否有效

sudo apt-get install firefox ubuntu-restricted-extras

相关内容