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 run 2 or more Terminal commands at the same time on Linuxif you use linux, you probably know how to use useful commands to work with files, install software and launch programs. however, one thing you don't know is that you can still run multiple commands at the same time.
- 14 interesting Linux commands in Terminalterminal is a very powerful tool, but it can become 'interesting' through a few bash commands that quantrimang will introduce to you later. let's follow up and find out because some commands are quite useful.
- 6 interesting terminal commands on Macterminal is a handy utility, often found on unix-based computers, such as linux and macos. there are many interesting things to do in the terminal. regardless of your experience, you can use these great terminal commands on mac.
- 18 Interesting Linux Commands in Terminalterminal is a very powerful tool, but it can be made 'interesting' through a few bash commands that tipsmake.com will introduce to you below. let's follow and learn because some commands are quite useful.
- How to Create and Edit Text File in Linux by Using Terminalthis wikihow teaches you how to use the terminal app in linux to create a text file. after doing so, you can use one of linux's built-in text editors to make changes to the file. open terminal. to do so, click menu, then find the terminal...
- How to spell check in Linux Terminallinux also has a command line spell checker utility in terminal. the utility is called aspell and is installed by default on ubuntu. this is how you can use aspell to check spelling in a terminal.
- How to search Google from Linux terminal with Googlergoogler is a terminal tool that allows you to easily run google searches from your linux terminal, with lots of options to help you find exactly what you're looking for.
- How to create and delete folders in Linux Terminalfolders are essential for your linux operating system because they contain files you may use often or that the system needs to function correctly.
- 8 best free Terminal Emulator apps for Androidterminal emulator applications on android are handy when you want to execute commands within the android operating system just like on linux.
- How to play chess in Linux terminal (with Multiplayer support over SSH)while playing chess online in a browser is simple, you can also host a two-player game in your terminal, against an opponent in the same room, or via ssh, meaning your opponent can be anywhere in the world.