Network manager is not loaded

– Please Write here your help request –

I would like to know how to load Network Manager. After instalation winehq with ‘sudo apt install --install-recommended winehq-stable’ I’ve got messages about dependencies. When I tryed to install missing packages everythink went wrong. Network Manager is down. How do I load Network Manager again I cant access internet.

  • ParrotOS iso in use:

Parrot OS v 5.3

  • Application used for flashing the iso:

  • Logs/Terminal output (use pastebin or similar services):

  • Screenshots:

Run what doesn’t work in the terminal and tell me what it says?

I hope you use some kind of backups (for example btrfs and timeshift), you often break something in your Linux :smile:

Thanks for the tips, I was in a hurry. I don’t have a backup. I have a bootable Parrot OS on a flash drive, but I don’t want to reinstall the whole system.

service network-manager enable
service network-manager start

Service network-manager enable
->Network-manager: unrecognized service
Wen I start the service, the result is the same as above.

Hi

You need to use sudo (or be root).

 sudo systemctl enable NetworkManager
 sudo systemctl start NetworkManager

Edited for correct “NetworkManager” service.

I used sudo and also as root. The result is the same: “Failed to enable unit: The network-manager .service unit file does not exist”.

I’ve reinstalled the Parrot OS, I had broken something. It is working now. The community here is amazing. I should read more often documentation

1 Like

got the same issue “NetworkManager” helps:

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.