How to Browse the Internet Using the Terminal in Linux
Method 1 of 2:
Using W3M
- Go to the terminal and type this command sudo apt-get install w3m w3m-img.
- Type Y when asked to confirm. Now wait; it's just a matter of 3 MBs.
- Whenever you want to open a web page, go to the terminal and type w3m wikihow.com, with your destination URL in the place of wikihow.com as needed.
- Navigate around the site.
- Use ⇧ Shift+U to open a new web page.
- Use ⇧ Shift+B to go back to the previous page.
- Use ⇧ Shift+T to open a new tab.
Method 2 of 2:
Using Links2
- Go to the terminal and type this command sudo apt-get install links2.
- Type Y when asked to confirm.
- To browse a website, wikiHow in this case , type links2 wikihow.com.
5 ★ | 1 Vote
You should read it
May be interested
- How to Install Gnome on Arch Linuxthis wikihow teaches you how to install the gnome graphical user interface (gui) on a computer that's running arch linux. gnome is one of the most popular guis for arch linux, as arch linux has no gui by default. make sure that you're...
- How to Use Cygwincygwin is a free command line interface that allows programs that were written for things like linux and unix to run on windows. in other words, it provides an environment where windows applications and tools can run alongside those from...
- How to Set up a Wireless Network in Linuxa walkthrough of wireless (ieee 802.11 also known as wifi) home networking with linux. most wireless adapters are not designed for use in linux and depend on non-free proprietary drivers and firmware which inevitably leads to problems....
- How to Install Netbeans on a Linuxnetbeans is an ide (integrated development environment) application mainly used by developers to create applications using java and other programming architectures like php and c++. netbeans can be installed and run on three different...
- How to Open Ports in Linux Server Firewallthis wikihow will teach you how to open ports in three popular linux firewalls. if you're using a product like configserver firewall (csf) or advanced policy firewall (adp), you can control open ports in the firewall's main configuration...
- How to Assign an IP Address on a Linux Computerthis wikihow teaches you how to assign a new ip address to your computer when using linux. doing so can prevent connection issues for the item in question. verify your linux version. popular debian-based linux distributions include ubuntu,...