[Software] My package install wont work

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
arachnida
Posts: 5
Joined: 2024-08-01 19:45

[Software] My package install wont work

#1 Post by arachnida »

Hi i just started using Debian and i am dual booting with windows as i need it for my course but ever since I've started using Debian the software package installer thingy wont work, it lets me open it but when i do none of the icons load for the front display page for any apps, like i can see there is meant to be an app displayed there but it isn't and i cant tell what it is by looking at it, and even after i click on it, none of them load instead im met with a blank window, i have got around this by installing through the terminal but i would really like to get to use the graphical installer to explore what packages there are without having to search for them online or go through package lists idk if anyone can help but any advice would be very much appreciated.

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5423
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 18 times
Been thanked: 81 times

Re: [Software] My package install wont work

#2 Post by dilberts_left_nut »

There are many gui software package installer thingy's - any clue as to which one you are looking at?
AdrianTM wrote:There's no hacker in my grandma...

arzgi
Posts: 1288
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 46 times

Re: [Software] My package install wont work

#3 Post by arzgi »

I have only used network-installer for years, but it too offers graphical installer if you select it.

How did you install Debian, what image did you use?

User avatar
bbbhltz
Posts: 244
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 61 times
Been thanked: 57 times

Re: [Software] My package install wont work

#4 Post by bbbhltz »

Hi,

Not to repeat what the other members have said, but it would help to know what DE you are using and which software store.
bbbhltz
longtime desktop Linux user; eternal newbie

User avatar
craigevil
Posts: 5399
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 42 times

Re: [Software] My package install wont work

#5 Post by craigevil »

Try using synaptic

Code: Select all

sudo apt install synaptic
I would remove and reinstall Software if that is the gui you are using.

arachnida
Posts: 5
Joined: 2024-08-01 19:45

Re: [Software] My package install wont work

#6 Post by arachnida »

it like the default gnome package manger that appears in your task manager for debian 12 bookwrom idk if that helps, how could i find the name of it coz when i hover over it it just says software

arachnida
Posts: 5
Joined: 2024-08-01 19:45

Re: [Software] My package install wont work

#7 Post by arachnida »

dilberts_left_nut wrote: 2024-08-02 04:04 There are many gui software package installer thingy's - any clue as to which one you are looking at?
it's like the default gnome package manger that appears in your task manager for debian 12 bookwrom idk if that helps, how could i find the name of it coz when i hover over it it just says software

User avatar
bbbhltz
Posts: 244
Joined: 2024-01-10 14:53
Location: Normandy
XMMP/Jabber: bbbhltz@mailbox.org
Has thanked: 61 times
Been thanked: 57 times

Re: [Software] My package install wont work

#8 Post by bbbhltz »

Sounds like gnome-software.

Open a terminal and run (as root/sudo)

Code: Select all

# apt install --reinstall gnome-software
bbbhltz
longtime desktop Linux user; eternal newbie

arachnida
Posts: 5
Joined: 2024-08-01 19:45

Re: [Software] My package install wont work

#9 Post by arachnida »

bbbhltz wrote: 2024-08-15 09:04 Sounds like gnome-software.

Open a terminal and run (as root/sudo)

Code: Select all

# apt install --reinstall gnome-software
yeah that didnt fix it but yeah im using gnome

arachnida
Posts: 5
Joined: 2024-08-01 19:45

Re: [Software] My package install wont work

#10 Post by arachnida »

bbbhltz wrote: 2024-08-02 09:52 Hi,

Not to repeat what the other members have said, but it would help to know what DE you are using and which software store.
im using gnome

Post Reply