linux install browser

Davis Barringer 0 Reputation points
2023-02-26T00:31:49.9333333+00:00

created linux vm, installed and connected via rdp, how to install apps and web browser

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,104 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Dillon Silzer 54,291 Reputation points
    2023-02-26T02:23:35.8333333+00:00

    Hello,

    Please see the following guide:

    https://linuxconfig.org/ubuntu-22-04-chromium-browser-installation


    If this is helpful please accept answer.

    0 comments No comments

  2. Ronen Ariely 15,096 Reputation points
    2023-02-26T07:30:44.57+00:00

    The following step by step list, I wrote for myself to help me before lecture to do it fast. It provide information on installing SQL Server on linux and on the way it provide the way to use RDP as one of the first steps. It should help if you are looking for short-direct-step by step:

    https://ariely.info/Blog/SQLServeronLinux/tabid/182/language/he-IL/Default.aspx

    The short answer is in the screenshot bellow which is taken from the link I mentioned above:

    User's image

    For more information and other steps check the link 😀


  3. vipullag-MSFT 24,026 Reputation points Microsoft Employee
    2023-02-27T08:13:33.0566667+00:00

    Hello Davis Barringer

    To install a web browser on your Azure Linux virtual machine, you can follow these steps:

    1. Open a terminal window on your Linux virtual machine after the xrdp is installed.
    2. Update the package repository on your virtual machine by running the following command: sudo apt-get update
    3. Once the update is complete, install the web browser of your choice. For example, to install Google Chrome, run the following command (you can replace Google Chrome with any other web browser you want to install.) wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb
    4. After the installation is complete, you can launch the web browser from the terminal or by searching for it in the application launcher.
    0 comments No comments