Software Manager greying out

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
chewhundred

Software Manager greying out

Post by chewhundred »

Version: 14
Architecture: AMD64
Enviroment: MATE

Upon attempting to install anything (by double clicking the desired package), the software manager greys out with the linux equivalent of the hourglass in the foreground. It does this for every single package.

Image

Synaptic also fails, the following message it displayed when opening: "

Image

Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
flyboy1565

Re: Software Manager greying out

Post by flyboy1565 »

You might try going in to the terminal and sudo apt-get update

Sent from my ADR6350 using Tapatalk 2
viking777

Re: Software Manager greying out

Post by viking777 »

In a file manager look at the location /etc/apt. If it has files and folders in it, but is just missing the folder preferences.d you can simply create the folder (it is an empty folder anyway - on my computer). If /etc/apt is completely empty then the problem is not quite so trivial as it first looks.
chewhundred

Re: Software Manager greying out

Post by chewhundred »

flyboy1565 wrote:You might try going in to the terminal and sudo apt-get update

Sent from my ADR6350 using Tapatalk 2
get 'command not found'
viking777 wrote:In a file manager look at the location /etc/apt. If it has files and folders in it, but is just missing the folder preferences.d you can simply create the folder (it is an empty folder anyway - on my computer). If /etc/apt is completely empty then the problem is not quite so trivial as it first looks.
after creating the folder, it still greys out

thanks for responses. any other ideas anyone?
viking777

Re: Software Manager greying out

Post by viking777 »

Post the output of

Code: Select all

ls /etc/apt
chewhundred

Re: Software Manager greying out

Post by chewhundred »

viking777 wrote:Post the output of

Code: Select all

ls /etc/apt

Code: Select all

apt.conf.d   preferences.d  sources.list.d  trusted.gpg
preferences  sources.list   trustdb.gpg     trusted.gpg~
viking777

Re: Software Manager greying out

Post by viking777 »

I don't see anything special there. Can you try this instead:

Code: Select all

whereis apt-get
Your response to Flyboy1565's command is puzzling.
chewhundred

Re: Software Manager greying out

Post by chewhundred »

viking777 wrote:I don't see anything special there. Can you try this instead:

Code: Select all

whereis apt-get
Your response to Flyboy1565's command is puzzling.
hmm strange, this is all that's outputted:

$ whereis apt-get
apt-get:
viking777

Re: Software Manager greying out

Post by viking777 »

That means it is not installed. Which is serious. It means you have either accidentally removed it - which is a big mistake - or it was never there in the first place which means your installation has failed. In both cases the likelihood is that you will have to reinstall but before you do that I have one other thing for you to try.

Run the command

Code: Select all

whereis aptitude
If you get results similar to apt-get then there is no need to proceed further - reinstall. (and download the iso again first - and check the md5 sum) However if it gives you something like this:

Code: Select all

aptitude: /usr/bin/aptitude /usr/bin/X11/aptitude /usr/share/aptitude /usr/share/man/man8/aptitude.8.gz
Which is what it should do, then try this command:

Code: Select all

sudo aptitude install apt
This will reinstall apt-get for you (along with any dependencies it needs that you are missing) and your software manager should then work.

Edit. There is another more manual way to do this using dpkg (if you have got dpkg that is ?) but it is extremely long winded as you have to manually install each dependency for apt. If you want to try it let me know.
chewhundred

Re: Software Manager greying out

Post by chewhundred »

Thanks. I ended up having to reinstall which has done the treat.
Locked

Return to “Software & Applications”