Games

How to install Microsoft Edge Beta on Linux Lite 5.4

Introduction

As the landscape of web browsing continues to evolve, so too do the tools we rely upon to navigate the Internet. Microsoft Edge, with its range of features and enhancements, has emerged as a strong contender among browsers. While traditionally associated with Windows, users of Linux distributions—such as Linux Lite 5.4—can also take advantage of its functionality. This guide aims to walk you through the process of installing Microsoft Edge Beta on Linux Lite 5.4, ensuring a seamless experience as you explore the browser’s capabilities.

Understanding Microsoft Edge

Before we dive into the installation process, it’s helpful to understand what makes Microsoft Edge a prominent choice. Microsoft Edge is built on the Chromium engine, which is the same foundation used by popular browsers like Google Chrome and Opera. This means that Edge can run Chrome extensions and offers improved performance and security features. With a built-in ad blocker, a reading mode, and integrated privacy settings, Edge is designed for modern web users who value speed and security.

See also  How to display Asterisks in your terminal when typing your password in Ubuntu 18.04

Why Choose the Beta Version?

The Beta version of Microsoft Edge allows users to explore new features before they are officially released. This version includes early access to recent updates and improvements, meaning you can enjoy cutting-edge functionalities that are still under testing. Although beta software can sometimes present performance issues or bugs, many users appreciate the opportunity to provide feedback to Microsoft and actively participate in the development process.

Prerequisites

Before embarking on the installation journey, ensure your Linux Lite system meets the following requirements:

  1. version compatibility: Make sure you are using Linux Lite version 5.4 or later.
  2. System Resources: Microsoft Edge requires a minimum of 2 GB of RAM and 1 GHz processor speed for optimal performance.
  3. Internet Connection: A stable internet connection is essential for downloading packages and during the installation process.

Step-by-Step installation guide

Now, let’s delve into the step-by-step installation process for Microsoft Edge Beta on Linux Lite 5.4.

Step 1: Open Terminal

To install software on Linux, you’ll often work with the terminal. Open the terminal by clicking on the Terminal icon in your taskbar or finding it within the application menu.

Step 2: Download Microsoft Edge Beta

Microsoft provides a .deb package for Debian-based distributions like Linux Lite. To download the Beta version directly from the Microsoft website, enter the following command in the terminal:

bash
wget https://packages.microsoft.com/keys/microsoft.asc -O- | gpg –dearmor | sudo tee /usr/share/keyrings/microsoft.gpg

This command downloads the Microsoft signing key, allowing your system to verify the packages. Once done, add the Microsoft Edge repository:

bash
echo “deb [signed-by=/usr/share/keyrings/microsoft.gpg] https://packages.microsoft.com/repos/edge/ stable main” | sudo tee /etc/apt/sources.list.d/microsoft-edge-beta.list

Step 3: Update Package List

With the repository added, update your package list to include the new source. Run the following command:

See also  How to install RPCS3 on a Chromebook

bash
sudo apt update

This command refreshes the package index, ensuring your system recognizes the newly added Microsoft Edge repository.

Step 4: Install Microsoft Edge Beta

Now you are ready to install Microsoft Edge Beta. Execute the following command in the terminal:

bash
sudo apt install microsoft-edge-beta

The system will handle the download and installation for you. Once the installation is complete, you’ll see confirmation in the terminal.

Step 5: Launch Microsoft Edge

You can launch Edge directly from the terminal by typing:

bash
microsoft-edge-beta

Alternatively, you can find Microsoft Edge in your application menu and launch it like any other installed application.

Customizing Your Microsoft Edge Experience

Once you have Microsoft Edge up and running, you may want to customize its settings to align with your browsing preferences.

Setting Default Search Engine

Microsoft Edge allows you to change the default search engine to your preference. To do this, go to:

  1. Settings > Privacy, search, and services.
  2. Scroll down to the Address bar and search section.
  3. Click on Manage search engines.

Here, you can add new search engines or select a different option as your default.

Syncing Across Devices

If you use Microsoft Edge on multiple devices, consider signing into your Microsoft account. This enables synchronization of bookmarks, history, and settings across devices, allowing for a seamless browsing experience.

Utilizing Extensions

One of the benefits of Edge being based on Chromium is its compatibility with Chrome extensions. To add extensions:

  1. Go to the Edge Add-ons Store.
  2. Browse or search for extensions that interest you.
  3. Click Get to install your desired extension.

Enabling Dark Mode

To enable a dark mode theme in Microsoft Edge:

  1. Navigate to Settings > Appearance.
  2. Under the Theme section, select Dark.
See also  Linux Weekly Roundup #242

This feature not only provides a stylish look but can also reduce eye strain during prolonged use.

Troubleshooting Common Issues

While installing software can generally be straightforward, you might encounter issues. Below are some common problems and their solutions.

  1. Installation Failed: Ensure your internet connection is stable. Check if the repository was correctly added by reviewing your sources list.

  2. Edge Won’t Launch: Sometimes, existing processes may interfere with Edge’s launch. Use the terminal to kill any running Edge processes using pkill microsoft-edge-beta, then try relaunching Edge.

  3. Update Errors: If you run into issues while updating Edge, check if there are any held packages. You can resolve this by running sudo apt --fix-broken install.

Conclusion

Installing Microsoft Edge Beta on Linux Lite 5.4 offers users an opportunity to experience a robust and versatile web browsing tool. With its blend of speed, security, and enhanced functionality, Edge is a worthy addition to any Linux user’s toolkit. By following the steps outlined above, you can easily set up Microsoft Edge Beta and customize your experience, making your online navigation not only more efficient but also enjoyable.

Frequently Asked Questions (FAQ)

1. Is Microsoft Edge Beta stable enough for daily use?

While the Beta version of Edge includes new features, it may also contain bugs. Many users find it stable enough for daily use, but if you require utmost reliability, consider using the stable version instead.

2. Can I uninstall Microsoft Edge Beta easily?

Yes, you can uninstall Microsoft Edge Beta by running the command sudo apt remove microsoft-edge-beta in the terminal. This will remove the browser and any associated files.

3. Does Microsoft Edge support Linux Lite 5.4 and other Linux distributions?

Yes, Microsoft Edge Beta is designed to run on several Linux distributions, including Debian-based systems like Linux Lite.

4. How do I report a bug in Microsoft Edge Beta?

To report a bug, you can use the feedback option within Edge itself. Navigate to the menu, click on Help and feedback, and then select Send feedback to submit your issue to Microsoft.

5. Are my browsing data and privacy safe with Microsoft Edge?

Microsoft Edge includes strong privacy tools, allowing you to adjust your settings for tracking and data sharing. For maximum privacy, explore these settings in the Privacy, search, and services menu.

6. Will my extensions from Chrome work on Microsoft Edge?

Yes! Since Microsoft Edge is built on the Chromium platform, you can install and use Chrome extensions seamlessly in the Edge browser.

About the author

Jeffrey Collins

Jeffrey Collins

Jeffery Collins is a Microsoft Office specialist with over 15 years of experience in teaching, training, and business consulting. He has guided thousands of students and professionals in mastering Office applications such as Excel, Word, PowerPoint, and Outlook. From advanced Excel functions and VBA automation to professional Word formatting, data-driven PowerPoint presentations, and efficient email management in Outlook, Jeffery is passionate about making Office tools practical and accessible. On Softwers, he shares step-by-step guides, troubleshooting tips, and expert insights to help users unlock the full potential of Microsoft Office.