Install edge browser
Author: o | 2025-04-24
Step 2: Install the Edge Browser. Now that your system is up-to-date and upgraded, you can install the Edge browser: Install the Edge browser: Run the following
Install Start.me in the Edge browser
The default browser in Debian 12 is Firefox like any other Linux distro, however, we can install Microsoft Edge on it, if required. Here in this tutorial, we learn how to add Microsoft Edge’s official repository on Debian 12 to install this browser on our Linux. Follow the steps given in the guide on your terminal.Steps to install Edge browser on Debian 12Microsoft Edge is the official and default browser on Windows system based on Chromium and offers similar features to Google’s Chrome that can also be used on Debian Linux.1. Prepare the systemOn your Debian Linux, open the command terminal and run the system update command, first, and then install a few common packages given here that should be on your system.sudo apt updateInstall these commonly required dependencies:sudo apt install software-properties-common apt-transport-https wget curl2. Add Microsoft Edge RepositoryUnlike Mozilla which is open source, Microsoft’s Edge browser is not available to install through the default system repository of Debian Linux. Therefore, we either need to manually download the .deb package of the browser from the official site of Edge or use the given command to add its repository.Well, here we are going to add the repository manually, just execute the given command in your command terminal and you will be done…Download the Microsoft GPG key on Debian 12curl | gpg --dearmor > microsoft.gpgUse root user and mark the key trusted one by moving it to the “trusted.gpg.d” directory. sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/Add the Mircosoft Edge browser repository by creating a *.list file in the APT sources directory.sudo sh -c 'echo "deb [arch=amd64] stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'Finally, remove the Edge GPG key which is no use of now…sudo rm microsoft.gpg3. Update the APT Package ListAs we recently added a new repository on our Linux and to let the APT package manager know about it, and the available package through that particular repo to install, run the system update command once again:sudo apt update4. Installing Edge browser on Debian 12Our Debian is now fully prepared, now like for any other application, we can use the APT. Step 2: Install the Edge Browser. Now that your system is up-to-date and upgraded, you can install the Edge browser: Install the Edge browser: Run the following From the list of installed programs, look for Microsoft Edge and the version column shows the installed Edge browser version. Manually Check Installed Edge Browser Version. Note: The Microsoft Edge browser version will get incremented as it gets updated. The version of Edge browser should match with the Microsoft Edge data release. For Installing developers of Edge browser: microsoft-edge-dev 5. Launch the browser app. So, we have successfully installed the Edge browser on our Debian, now, to run Launch Edge Browser on Ubuntu. Click the launcher icon to start Edge browser on your system. Launch Edge Browser on Ubuntu. Enjoy safe browsing experience with the Microsoft Edge browser. Method 2: Installing Edge Browser using Command-Line. The command line users can also use the offical PPA of Microsoft Edge browser to install it on their Install Edge Browser on Ubuntu. The process of installing the Edge browser on Ubuntu is pretty straightforward. The Microsoft Edge repository will be enabled via the command line and the package will be installed with apt. Step 1 - As a The Informatica QuickLook extension is added to your Google Chrome browser. Install the browser extension on Microsoft Edge. To install the browser extension to your Microsoft Edge browser, perform the following steps: 1 In your Microsoft Edge How to download and Install Microsoft Edge Browser on Kali Linuxin this video i will you how to install Microsoft EDGE browser on kali linux. Mircosoft Edge Package manager to download the packages required for the installation of Microsoft Edge on Debian Linux. Execute the given command in your terminal.For stable version use:sudo apt install microsoft-edge-stable[Optional] Whereas, the users looking for beta and developers versions, can use this command:For Getting the beta version:microsoft-edge-betaFor Installing developers of Edge browser:microsoft-edge-dev5. Launch the browser appSo, we have successfully installed the Edge browser on our Debian, now, to run it via GUI navigate to the Application area and search for it. As its icon appears, click it to run the browser. Alternatively, we can also use the given command in the terminal to launch the browser:microsoft-edge6. Initial Set UpUpon the first launch of the browser, Microsoft Edge will ask you to accept the license and start. Apart from that, a few other things will also be asked by the browser to configure such as importing bookmarks, choosing a style for the new tab page, etc. According to your preference, you can select the available options.Once done, like on the Windows operating system, we can use the Edge browser on Debian 12 or any other version of this Linux distro.7. Update Microsoft Edge on Debian 12We will be notified by the browser when there will be any new updates to install. However, from time to time running the system update and upgrade command will also install the updates or the latest available version of Edge on the system automatically.sudo apt update && sudo apt upgrade“If you get an error while updating the system: Target DEP-11-icons (main/dep11/icons-64×64.tar) is configured multiple times in /etc/apt/sources.list.d/microsoft-edge-dev.list:1 and /etc/apt/sources.list.d/microsoft-edge.list:3“This means the system has automatically created another package source file for the browser, just delete it:sudo rm /etc/apt/sources.list.d/microsoft-edge-dev.listEnding Note:The steps given in the tutorial to install the Edge browser are not just limited to Debian 12 and even can be replicated for other Debian versions including Ubuntu or its based Linux distros such as Linux Mint. So, start fiddling around to learn new things…Other Articles:3 Ways to Install Tor Browser on Debian 12 or 11 LinuxInstalling PHP 8.x on Debian 12 Linux ServerInstalling Timeshift on Debian 12 orComments
The default browser in Debian 12 is Firefox like any other Linux distro, however, we can install Microsoft Edge on it, if required. Here in this tutorial, we learn how to add Microsoft Edge’s official repository on Debian 12 to install this browser on our Linux. Follow the steps given in the guide on your terminal.Steps to install Edge browser on Debian 12Microsoft Edge is the official and default browser on Windows system based on Chromium and offers similar features to Google’s Chrome that can also be used on Debian Linux.1. Prepare the systemOn your Debian Linux, open the command terminal and run the system update command, first, and then install a few common packages given here that should be on your system.sudo apt updateInstall these commonly required dependencies:sudo apt install software-properties-common apt-transport-https wget curl2. Add Microsoft Edge RepositoryUnlike Mozilla which is open source, Microsoft’s Edge browser is not available to install through the default system repository of Debian Linux. Therefore, we either need to manually download the .deb package of the browser from the official site of Edge or use the given command to add its repository.Well, here we are going to add the repository manually, just execute the given command in your command terminal and you will be done…Download the Microsoft GPG key on Debian 12curl | gpg --dearmor > microsoft.gpgUse root user and mark the key trusted one by moving it to the “trusted.gpg.d” directory. sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/Add the Mircosoft Edge browser repository by creating a *.list file in the APT sources directory.sudo sh -c 'echo "deb [arch=amd64] stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'Finally, remove the Edge GPG key which is no use of now…sudo rm microsoft.gpg3. Update the APT Package ListAs we recently added a new repository on our Linux and to let the APT package manager know about it, and the available package through that particular repo to install, run the system update command once again:sudo apt update4. Installing Edge browser on Debian 12Our Debian is now fully prepared, now like for any other application, we can use the APT
2025-04-22Package manager to download the packages required for the installation of Microsoft Edge on Debian Linux. Execute the given command in your terminal.For stable version use:sudo apt install microsoft-edge-stable[Optional] Whereas, the users looking for beta and developers versions, can use this command:For Getting the beta version:microsoft-edge-betaFor Installing developers of Edge browser:microsoft-edge-dev5. Launch the browser appSo, we have successfully installed the Edge browser on our Debian, now, to run it via GUI navigate to the Application area and search for it. As its icon appears, click it to run the browser. Alternatively, we can also use the given command in the terminal to launch the browser:microsoft-edge6. Initial Set UpUpon the first launch of the browser, Microsoft Edge will ask you to accept the license and start. Apart from that, a few other things will also be asked by the browser to configure such as importing bookmarks, choosing a style for the new tab page, etc. According to your preference, you can select the available options.Once done, like on the Windows operating system, we can use the Edge browser on Debian 12 or any other version of this Linux distro.7. Update Microsoft Edge on Debian 12We will be notified by the browser when there will be any new updates to install. However, from time to time running the system update and upgrade command will also install the updates or the latest available version of Edge on the system automatically.sudo apt update && sudo apt upgrade“If you get an error while updating the system: Target DEP-11-icons (main/dep11/icons-64×64.tar) is configured multiple times in /etc/apt/sources.list.d/microsoft-edge-dev.list:1 and /etc/apt/sources.list.d/microsoft-edge.list:3“This means the system has automatically created another package source file for the browser, just delete it:sudo rm /etc/apt/sources.list.d/microsoft-edge-dev.listEnding Note:The steps given in the tutorial to install the Edge browser are not just limited to Debian 12 and even can be replicated for other Debian versions including Ubuntu or its based Linux distros such as Linux Mint. So, start fiddling around to learn new things…Other Articles:3 Ways to Install Tor Browser on Debian 12 or 11 LinuxInstalling PHP 8.x on Debian 12 Linux ServerInstalling Timeshift on Debian 12 or
2025-04-17Expand all | Collapse all Kaspersky Password Manager lets you install extensions for all installed browsers. When you install a new browser supported by Kaspersky Password Manager, the browser will appear in the Browsers section and you can install the extension for the browser. You can also install browser extensions manually. The design theme of the Kaspersky Password Manager extension automatically adapts to the theme of the browser. Install the Kaspersky Password Manager extension Specifics about browser extensions Kaspersky Password Manager lets you install extensions for Chrome, Edge, Firefox, Yandex.Browser and other Chromium-based browsers if these browsers are installed on the computer. Mozilla Firefox When installing the extension for Mozilla Firefox, you will be asked to give your consent to collect and process data. Otherwise, you will not be able to use the extension. Also, there will be a non-mandatory option that can help us improve our products and services by enabling the collection of usage statistics. If you have turned on this option and then change your decision, you can turn it off in the extension settings. Turn off/on collection of usage statistics Microsoft Edge Legacy The outdated version of this browser, Microsoft Edge Legacy, is no longer supported. Remove the unsupported extension from your computer
2025-03-25Expand all | Collapse allKaspersky Password Manager lets you install extensions for all installed browsers. When you install a new browser supported by Kaspersky Password Manager, the browser will appear in the Browsers section and you can install the extension for the browser. You can also install browser extensions manually.The design theme of the Kaspersky Password Manager extension automatically adapts to the theme of the browser.Install the Kaspersky Password Manager extensionSpecifics about browser extensionsKaspersky Password Manager lets you install extensions for Chrome, Edge, Firefox, Yandex.Browser and other Chromium-based browsers if these browsers are installed on the computer.Mozilla FirefoxWhen installing the extension for Mozilla Firefox, you will be asked to give your consent to collect and process data. Otherwise, you will not be able to use the extension.Also, there will be a non-mandatory option that can help us improve our products and services by enabling the collection of usage statistics. If you have turned on this option and then change your decision, you can turn it off in the extension settings.Turn off/on collection of usage statisticsMicrosoft Edge LegacyThe outdated version of this browser, Microsoft Edge Legacy, is no longer supported.Remove the unsupported extension from your computer Page top
2025-04-08How do I download the McAfee TrueKey extension?You can download the McAfee TrueKey extension in any browser. Initially it will be a freemium subscription only. To activate it as a premium subscription for unlimited logins or passwords, copy the activation code from your McAfee account and paste it into the truekey extension.What is the true key browser extension?The True Key browser extension is available for Chrome, Firefox, Safari, and Edge. There are two versions of Edge - the original version, and the newer version which is known as New Edge, or Edge on Chromium. If you want to use True Key with New Edge, make sure that you have the very latest True Key browser extension. What is New Edge?How do I download and install true key?Learn how to download and install True Key to your desktop, laptop, or mobile device. On a desktop or laptop, (Windows and macOS) True Key installs as a web browser extension. On mobile, True Key is an app that you can download from the Android or iOS app stores. True Key starts downloading, and installs as an extension to your web browser.
2025-04-16