LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2024, 09:31 PM   #1
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Rep: Reputation: Disabled
I'm trying to download Edge browser and I got this in terminal


I'm trying to download Edge browser and I got this message at the bottom in terminal

Code:
sudo apt install software-properties-common apt-transport-https ca-certificates curl -y
[sudo] password for linux: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
apt-transport-https is already the newest version (2.2.4).
ca-certificates is already the newest version (20210119).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 software-properties-common : Depends: python3-software-properties (= 0.96.20.2-2.1) but it is not installable
E: Unable to correct problems, you have held broken packages.
 
Old 03-06-2024, 10:15 PM   #2
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
This only happens because you've added 3rd party repositories instead of using what your distro provides.

share the apt policy of those two packages.
 
Old 03-06-2024, 10:24 PM   #3
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
This only happens because you've added 3rd party repositories instead of using what your distro provides.

share the apt policy of those two packages.
I don't see Edge browser in synaptic package manager.

I could only find this on sharing apt policies. Should I follow that?

Last edited by linux-man; 03-06-2024 at 10:28 PM.
 
Old 03-06-2024, 10:27 PM   #4
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
seppuku
 
Old 03-06-2024, 10:30 PM   #5
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
seppuku
search only bought this up are you referring to it in policy context?
Quote:
Seppuku is often called "hara-kiri

Last edited by linux-man; 03-06-2024 at 10:37 PM.
 
Old 03-07-2024, 05:06 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,897

Rep: Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317Reputation: 7317
You ought to share your apt config here.
by the way, here is the official guide: https://www.linuxcapable.com/how-to-...-debian-linux/
 
Old 03-07-2024, 11:49 AM   #7
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,140
Blog Entries: 6

Rep: Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828Reputation: 1828
Code:
./check
Enter url to check: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_122.0.2365.52-1_amd64.deb
Spider mode enabled. Check if remote file exists.
--2024-03-07 11:45:36--  https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_122.0.2365.52-1_amd64.deb
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving packages.microsoft.com (packages.microsoft.com)... 13.107.246.51, 13.107.213.51, 2620:1ec:bdf::51, ...
Connecting to packages.microsoft.com (packages.microsoft.com)|13.107.246.51|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 165968574 (158M) [application/octet-stream]
Depends should be:
alsa-lib
gtk3
libcups
libdrm
libxtst
mesa
nss
imagemagick
imagemagick-full

Optional:
gnome-keyring
kdialog
kwallet
libpipewire02
libunity
ttf-liberation
xdg-utils

I don't have this installed. Can't add more.
 
Old 03-07-2024, 03:28 PM   #8
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by teckk View Post
Code:
./check
Enter url to check: https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_122.0.2365.52-1_amd64.deb
Spider mode enabled. Check if remote file exists.
--2024-03-07 11:45:36--  https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_122.0.2365.52-1_amd64.deb
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving packages.microsoft.com (packages.microsoft.com)... 13.107.246.51, 13.107.213.51, 2620:1ec:bdf::51, ...
Connecting to packages.microsoft.com (packages.microsoft.com)|13.107.246.51|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 165968574 (158M) [application/octet-stream]
Depends should be:
alsa-lib
gtk3
libcups
libdrm
libxtst
mesa
nss
imagemagick
imagemagick-full

Optional:
gnome-keyring
kdialog
kwallet
libpipewire02
libunity
ttf-liberation
xdg-utils

I don't have this installed. Can't add more.
Would I be installing dependencies one-by-one like this below?

Code:
apt install alsa-lib
apt install gtk3
apt install libcups

Last edited by linux-man; 03-07-2024 at 03:29 PM.
 
Old 03-07-2024, 07:50 PM   #9
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by linux-man View Post
Would I be installing dependencies one-by-one like this below?

Code:
apt install alsa-lib
apt install gtk3
apt install libcups
You can just do:

Code:
sudo apt install alsa-lib gtk3 libcups (and each item in the whole list).....
 
Old 03-08-2024, 02:58 AM   #10
Xeratul
Senior Member
 
Registered: Jun 2006
Location: UNIX
Distribution: FreeBSD
Posts: 2,658

Rep: Reputation: 255Reputation: 255Reputation: 255
Quote:
Originally Posted by jkirchner View Post
You can just do:

Code:
sudo apt install alsa-lib gtk3 libcups (and each item in the whole list).....
clean up the /etc/apt/sources.list

apt-get update
and install the needed soft

Maybe someone will give you ideal /etc/apt/sources.list so that it works ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Tired: Linux fans using the Edge browser. Wired: Linux fans using a Microsoft account to sign into the Edge browser LXer Syndicated Linux News 0 03-24-2021 11:03 PM
LXer: Bringing open-source rhyme and reason to edge computing: LF Edge LXer Syndicated Linux News 0 01-27-2019 08:45 AM
LXer: Akraino Edge Stack project adds members and preps edge computing LXer Syndicated Linux News 0 08-24-2018 01:32 AM
LXer: New Version of KStars, Google Launches Edge TPU and Cloud IoT Edge, Lower Saxony to Migrate from Linux to Windows, GCC 8.2 Now Availab LXer Syndicated Linux News 0 07-27-2018 08:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration