During a first setup and boot for my new purchased Jetson Nano Orin development kit, I got an error message showing that “ERROR: Cannot connect to snap store.” while it tried install Chromium web browser.
I pressed “Close” to continue with the first setup, and the setup completed successfully.
However, there is no web browser installed in the system. I tried to manually install Fire Fox or Chromium but I have not been able to do so.
Can you provide instructions on how to install a web browser?
I have used this iso image to burn to an USB drive for the Setup and first boot, jetson-orin-nano-devkit-super-SD-image_JP6.2.1.zip
*** Please note that this reply is generated by LLM automatically ***
I’d be happy to help you with installing a web browser on your Jetson Nano Orin development kit.
First, let’s understand the issue. The error message “Cannot connect to snap store” indicates that the system was unable to connect to the Snap Store, which is a package manager for Ubuntu-based systems, including the Jetson Linux distribution. This is likely due to a network connectivity issue or a problem with the Snap Store itself.
Since you were able to complete the first setup successfully, you can try installing a web browser manually. Here are the steps to install Firefox or Chromium:
Method 1: Install using the Ubuntu Software Center
Open the Ubuntu Software Center application. You can find it in the Applications menu or by searching for “Software Center” in the Activities overview.
Search for “Firefox” or “Chromium” in the search bar.
Click on the “Install” button to install the browser.
Method 2: Install using the command line
Open a terminal window. You can find it in the Applications menu or by searching for “Terminal” in the Activities overview.
Update the package list by running the command sudo apt update.
Install Firefox by running the command sudo apt install firefox or install Chromium by running the command sudo apt install chromium-browser.
Method 3: Install using Snap
Open a terminal window.
Update the Snap package list by running the command sudo snap refresh.
Install Firefox by running the command sudo snap install firefox or install Chromium by running the command sudo snap install chromium.
If you encounter any issues during the installation process, you can try troubleshooting the problem by checking the network connectivity, updating the package list, or reinstalling the browser.
In your case, since you used the jetson-orin-nano-devkit-super-SD-image-JP6.2.1.zip image file to set up your Jetson Nano Orin development kit, you can try installing the browser using the command line method or the Ubuntu Software Center method.
If you’re still unable to install a web browser, please provide more details about the error messages you encounter, and I’ll be happy to help you troubleshoot the issue.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***