如何在 Ubuntu 终端中打开 Google 验证码图像

如何在 Ubuntu 终端中打开 Google 验证码图像

我在 Ubuntu 上使用 Lynx 打开 Google.com 进行搜索,但它显示图像验证码(可能是因为共享 IP)。Lynx 不显示图像,我尝试使用 w3m,但它也没有显示图像。

当我在命令行运行“Env”时,它显示

TERM=xterm-256color

我以为 xterm 默认使用 w3m 显示图像。我还能做什么来在终端和特别是 Google 验证码中看到图像?

编辑 -

当我尝试使用“links2 -g”时,出现此错误 -

  ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.2.10 |~~~~~~~~~~~~~~~~~~~~~~~~~~
        (c) 2001-2008  The world wide DirectFB Open Source Community
        (c) 2000-2004  Convergence (integrated media) GmbH
      ----------------------------------------------------------------

(*) DirectFB/Core: Single Application Core. (2014-10-24 12:33)  (*) Direct/Memcpy: Using libc memcpy() (!) Direct/Util: opening '/dev/fb0' and '/dev/fb/0' failed
    --> No such file or directory (!) DirectFB/FBDev: Error opening framebuffer device! (!) DirectFB/FBDev: Use 'fbdev' option or set FRAMEBUFFER environment variable. (!) DirectFB/Core: Could not initialize 'system_core' core!
    --> Initialization error! Could not initialize any graphics driver. Tried the following drivers: x: Can't open display ":0.0" fb: Could not get VT mode. directfb: Initialization error!

相关内容