Installation problem on Ubuntu 24.04
Posted: Tue May 21, 2024 8:58 am
I just tried to install the browser on a new install of Ubuntu 24.04.
1. I downloaded https://www.srware.net/downloads/iron64.deb to the Downloads directory.
2. I opened a terminal window and cd Downloads
3. I ran
I then get an error message saying:
I tried to give iron64.deb file the x permission, but that didn't help. How can I get the browser installed?
And although I have two icons with the logo of the Iron browser (one name SRWare Iron, the other Chromium), clicking on them doesn't actually open anything.
1. I downloaded https://www.srware.net/downloads/iron64.deb to the Downloads directory.
2. I opened a terminal window and cd Downloads
3. I ran
Code: Select all
sudo apt install ./iron64.deb
Code: Select all
matth@ubuntu:~/Downloads$ sudo apt install ./iron64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'iron64' instead of './iron64.deb'
The following NEW packages will be installed:
iron64
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 0 B/113 MB of archives.
After this operation, 254 MB of additional disk space will be used.
Get:1 /home/matth/Downloads/iron64.deb iron64 amd64 122.0.6200-0 [113 MB]
Preconfiguring packages ...
Selecting previously unselected package iron64.
(Reading database ... 169324 files and directories currently installed.)
Preparing to unpack .../matth/Downloads/iron64.deb ...
Unpacking iron64 (122.0.6200-0) ...
Setting up iron64 (122.0.6200-0) ...
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
N: Download is performed unsandboxed as root as file '/home/matth/Downloads/iron64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
And although I have two icons with the logo of the Iron browser (one name SRWare Iron, the other Chromium), clicking on them doesn't actually open anything.