• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Lynx Browser on Fedora 34

  • 00:36 cat /etc/os-release
  • 00:52 dnf install lynx -y
  • 01:35 lynx
  • 01:58 lynx https://www.google.co.in
  • 02:35 lynx --version
6870

To Install Lynx Browser On Fedora34

Introduction:

The Lynx Browser is one of the most old Text Web Browsers that is used for accessing text-based websites, and it was developed by some students in 1992 to support protocols like HTTP, FTP, and HTTPS.

Installation procedure:

Step 1: Check the version of Fedora by using the below command

[root@linuxhelp ~]# cat /etc/os-release
NAME=Fedora
VERSION="34 (Workstation Edition)"
ID=fedora
VERSION_ID=34
VERSION_CODENAME=""
PLATFORM_ID="platform:f34"
PRETTY_NAME="Fedora 34 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"

Step 2: Now update the packages by using the below command

 [root@linuxhelp ~]# dnf update
Last metadata expiration check: 1:25:19 ago on Thu 10 Feb 2022 01:04:24 AM IST.
Dependencies resolved.
(922/937): php-common-7.4.27-1.fc34.remi.x86_64.rpm                               773 kB/s | 788 kB     00:01    
(923/937): mysql-community-server-8.0.28-10.fc34.x86_64.rpm                       6.4 MB/s |  18 MB     00:02    
(924/937): php-cli-7.4.27-1.fc34.remi.x86_64.rpm                                  1.8 MB/s | 4.5 MB     00:02    
(925/937): php-devel-7.4.27-1.fc34.remi.x86_64.rpm                                681 kB/s | 674 kB     00:00    
(926/937): php-gd-7.4.27-1.fc34.remi.x86_64.rpm                                    95 kB/s |  55 kB     00:00    
(927/937): php-fpm-7.4.27-1.fc34.remi.x86_64.rpm                                  1.3 MB/s | 1.6 MB     00:01    
(928/937): php-json-7.4.27-1.fc34.remi.x86_64.rpm                                  71 kB/s |  38 kB     00:00    
(929/937): php-mbstring-7.4.27-1.fc34.remi.x86_64.rpm                             1.4 MB/s | 519 kB     00:00    
(930/937): php-mysqlnd-7.4.27-1.fc34.remi.x86_64.rpm                              850 kB/s | 225 kB     00:00    
(931/937): php-opcache-7.4.27-1.fc34.remi.x86_64.rpm                              868 kB/s | 302 kB     00:00    
(932/937): php-pdo-7.4.27-1.fc34.remi.x86_64.rpm                                  506 kB/s | 104 kB     00:00    
(933/937): php-process-7.4.27-1.fc34.remi.x86_64.rpm                              389 kB/s |  60 kB     00:00    
(934/937): php-sodium-7.4.27-1.fc34.remi.x86_64.rpm                               532 kB/s |  49 kB     00:00    
(935/937): php-xml-7.4.27-1.fc34.remi.x86_64.rpm                                  1.5 MB/s | 177 kB     00:00    
(936/937): gd-2.3.3-2.fc34.remi.x86_64.rpm                                        978 kB/s | 136 kB     00:00    
(937/937): remi-release-34-6.fc34.remi.noarch.rpm                                 208 kB/s |  24 kB     00:00  

Step 3: Install the lynx text browser by using the below command

[root@linuxhelp ~]# dnf install lynx 
Last metadata expiration check: 1:34:01 ago on Thu 10 Feb 2022 01:04:24 AM IST.
Dependencies resolved.
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                                                          1/1 
  Installing       : lynx-2.8.9-13.fc34.x86_64                                                                1/1 
  Running scriptlet: lynx-2.8.9-13.fc34.x86_64                                                                1/1 
  Verifying        : lynx-2.8.9-13.fc34.x86_64                                                                1/1 

Installed:
  lynx-2.8.9-13.fc34.x86_64                                                                                       

Complete!

Step 4: Once the installation is completed then run the lynx on terminal by executing the below command

 [root@linuxhelp ~]# lynx

snap1

Step 5: Now access the google.com through lynx web browser by using the below command

[root@linuxhelp ~]# lynx https://www.google.co.in

snap2

Step 6: Now check the version of lynx by executing the below command

 [root@linuxhelp ~]# lynx --version
Lynx Version 2.8.9rel.1 (08 Jul 2018)
libwww-FM 2.14, SSL-MM 1.4.1, OpenSSL 1.1.1k, ncurses 6.2.20200222(wide)
Built on linux-gnu (Aug 31 2021 00:00:00).

Copyrights held by the Lynx Developers Group,
the University of Kansas, CERN, and other contributors.
Distributed under the GNU General Public License (Version 2).
See https://lynx.invisible-island.net/ and the online help for more information.

See http://www.openssl.org/ for information about OpenSSL.

With this, the installation of Lynx Browser on Fedora 34 is comes to an end

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is Lynx Browser?

A

Lynx Browser is a Text Web Browser used to access websites on text mode. This browser was first developed in the year 1992 by some students. Like other web browsers,
Lynx Web Browser comes with so many useful options and supports mandatory protocols like HTTP, FTP, HTTPS..etc…Lynx Web Browser is known as one of the oldest browsers ever created.

Q

Which command to install the package of lynx in Fedora 34?

A

The command that is used to install the package of Lynx in Fedora 34 is # dnf install lynx -y

Q

How to access the lynx application in Fedora 34?

A

Once Installation is done we can access the Lynx from the terminal ass shown here # lynx

Q

Which command to check the version of lynx?

A

The command to check the version of lynx is # lynx --version

Q

How to check the lynx application in the terminal?

A

Use the below command to check the lynx application # lynx https://www.google.co.in

Related Tutorials in How to install Lynx Browser on Fedora 34

Related Tutorials in How to install Lynx Browser on Fedora 34

How to install Epiphany browser in Ubuntu
How to install Epiphany browser in Ubuntu
Sep 15, 2016
How to install Command Line Browser in Linux
How to install Command Line Browser in Linux
Aug 9, 2016
How to install Lynx 2.8.9 on Ubuntu 18.04
How to install Lynx 2.8.9 on Ubuntu 18.04
Sep 8, 2018
How to install Yandex 18.4 on Ubuntu 18.04
How to install Yandex 18.4 on Ubuntu 18.04
Jun 21, 2018
How to install SRware iron browser in Ubuntu
How to install SRware iron browser in Ubuntu
Sep 15, 2016
How to install WebKit based browsers on Ubuntu
How to install WebKit based browsers on Ubuntu
Apr 17, 2017
How to install Chrome and Chromium in OpenSUSE Leap
How to install Chrome and Chromium in OpenSUSE Leap
Oct 6, 2016
How to configure ACL rule for Browser by Squid proxy server in Ubuntu 16.04
How to configure ACL rule for Browser by Squid proxy server in Ubuntu 16.04
Oct 4, 2017

Related Forums in How to install Lynx Browser on Fedora 34

Related Forums in How to install Lynx Browser on Fedora 34

Terminal Emulator
noah class=
How to show terminal output to browser in linux
Apr 27, 2017
Fedora
jacob class=
Error: Failed to synchronize cache for repo 'updates'
Oct 23, 2021
Browser
james class=
how to access website from command-line to check http response
Feb 7, 2017
Browser
ceriaimmaculate class=
How to access linux terminal through web browser
Nov 2, 2017
Squid
yousuf class=
Browser blocking in squid
Sep 20, 2017
Browser
ethan class=
webkit based browsers
Apr 26, 2017
SSH
symonds class=
How to access ssh from web browser
Nov 2, 2017
Browser
logan class=
How to view browser log in my local machine
Feb 25, 2017

Related News in How to install Lynx Browser on Fedora 34

Related News in How to install Lynx Browser on Fedora 34

5 Best Secure and Private Web Browsers to Look Our For
5 Best Secure and Private Web Browsers to Look Our For
Nov 24, 2018
Min browser may reduce the noise
Min browser may reduce the noise
Jan 28, 2017
SingleFile Used as a Veil in New Phishing Attacks
SingleFile Used as a Veil in New Phishing Attacks
Apr 9, 2019
Fedora 27 is finally available for download
Fedora 27 is finally available for download
Nov 15, 2017
Sonar helps developers to build a better website
Sonar helps developers to build a better website
Nov 1, 2017
32-bit Linux systems with Fedora 31 will no longer be supported
32-bit Linux systems with Fedora 31 will no longer be supported
Oct 14, 2019
Microsoft's Edge May Come to Linux, Eventually?
Microsoft's Edge May Come to Linux, Eventually?
Aug 31, 2024
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luke ?
workbench for debian

I am using workbench in CentOS whereas now I need to use Debian Operating system so could you please help to install and use in Debian?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.