answersLogoWhite

0


Best Answer

Yes, but you will not get all the features and formatting that you would expect in a graphical browser.

Here's a few to get you started if you still wish to use a command-line browser:

  • Lynx
  • Links
  • W3m (image display available with framebuffer-enabled terminal sessions)
User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

lynx or links should perfectly work for you.

Another option would be to use wget.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you open a website in the command line in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you open targz files?

In linux command line : tar -zxvf /path_to_your_file/filename.tar.gz


What command is used to open VI in Linux?

vi


Is there a way to click around and correct typos in the linux terminal at the command line?

If you mean edit a text document using a Linux terminal, the answer is yes. For instance, type the command in a terminal: nano and the document will open for editing. There are other text editors besides nano available.If you mean to correct a command that has a typo in the middle, use the left cursor key to move back along the command line to reach and correct the typo.


What is the use of man command in Linux?

"man" is part of Linux. You could try "info" if you really wanted.


How do you find the shell?

To find the shell on a computer, you can open a terminal or command prompt application. In Windows, you can use Command Prompt or PowerShell, while in Unix-based systems (such as Linux or macOS), you can use the Terminal application. These applications provide a command-line interface to interact with the operating system.


What is the way to use the run command line to open a command prompt?

run cmd.exe


Write the Linux command to display the information about LS command?

Using man ls will open the manual page for the ls command. The ls command lists the files and folders in the current directory.


How do you remote shutdown in system lan?

just open the command line in windows and the command is shutdownfor example


Is unix and Linux an open system?

Linux is an open system, Unix is not.


Can you open a website in the command line in xp?

AnswerYes we canjust get into the internet explorer folderthe path will for Win XP will be likec:\>cd progra~1\intern~1then type iexplore www.google.comit will take you to googleElse, open the command prompt.Type in start, space, followed by the website.e.g. Start www.google.comIt will then open the specified website in you're default web browser.(Much quicker that first pointing to the browser)


Which Windows command will identify the route that a packet takes through a network?

On windows OS the command is tracert X . instead of the X you input either IP or the destination or a domain name, Google.com for example. On Linux OS i think the command is tracepath.


What does is command do in Linux?

A command is an instruction from a user to get the computer to do something! A simple example: open a terminal and type the command "man man" (without the quotes) and the result will be the manual page of the man command.Note: The command ls stands for list the files in the current directory.