I'm really tired of getting this error;
Xubuntu E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried sudo apt-get -f install, apt install -f and sudo apt --fix-broken install AND THEY DIDN'T WORK. I'M DRIVING CRAZY BECAUSE OF THIS ERROR AND THIS ERROR IS NOT THE ONLY ERROR.
dpkg: warning:the file listing the files of the package 'libwayland-client0: i386' could not be found; it is assumed that the package does not already have any files
That's all i need a solution to this problem.
sudo apt-get install --reinstall libwayland-client0:i386
. – N0rbert Aug 11 '21 at 07:42sudo apt update && sudo apt clean
before trying your install command. – galexite Aug 11 '21 at 07:59sudo apt-get install --reinstall libwayland-client0:i386
andsudo apt update && sudo apt clean
didn't work. 'libwayland-client0: i386' wasn't the only broken package.There is a lot more broken package like that. – tokmaq Aug 11 '21 at 08:30E: The Release file does not exist in the 'http://ppa.launchpad.net/gezakovacs/ppa/ubuntu hirsute Release' store.N: Such a repository cannot be safely updated, so the repository is disabled.N: For detailed information about depot creation and user configuration, it can be found on the apt-secure(8) guide page.E: There is no Release file in the 'http://ppa.launchpad.net/wireshark-dev/stable/ubuntu release' store.N: Such a repository cannot be safely updated, so the repository is disabled.N: For detailed information about depot creation and user configuration, see the apt-secure(8) guide page
– tokmaq Aug 11 '21 at 08:31sudo apt install ppa-purge
(i hope it is working).sudo ppa-purge ppa:gezakovacs/ppa
andsudo ppa-purge ppa:wireshark-dev/stable
– nobody Aug 12 '21 at 11:27ls -al /etc/apt/sources.list.d/
to your question you can edit it. – nobody Aug 12 '21 at 19:52tokmaq@root:~$ ls -al /etc/apt/sources.list.d/ total 16 drwxr-xr-x 2 root root 4096 Ağu 12 13:30 . drwxr-xr-x 7 root root 4096 Ağu 5 17:35 .. -rw-r--r-- 1 root root 148 Ağu 12 13:30 nilarimogard-ubuntu-webupd8-hirsute.list -rw-r--r-- 1 root root 148 Ağu 12 13:30 wireshark-dev-ubuntu-stable-hirsute.list
– tokmaq Aug 12 '21 at 19:55