Closed msalini closed 4 years ago
For help with your issue please ask on the support forums: https://forums.linuxmint.com/viewforum.php?f=47. If it turns out the cause of your issue is a bug in mintsources, you can reopen this here. See also our troubleshooting guide.
I posted the issue in the forum: https://forums.linuxmint.com/viewtopic.php?f=47&t=320453&p=1818372&sid=34d9a72800226ea91ccee597c19dd8db
Unfortunately I got no response and the error still persists. I did search online but I got no solutions that I could easily apply to my case.
I was wondering if you can help getting through this. Thanks
I'm not an Ubuntu user but on Debian, Python packages are available for Python 2 and Python 3. Python-six may be the Python 2.7 version. Check if you have python3-six installed.
I am on LinuxMint 19.3 Xfce (upgraded from Mint 19 Xfce).
uname -a
Linux 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
After making a package source refresh via update manager, I got a "repo not found" for one of the repositories. I tried to remove the repo via Synaptic, but the window wouldn't open. Hence I removed the file manually in /etc/apt/sources.list.d/ and updated again, successfully. However, the "Software Sources" in Update Manager and "Repositories" in Synaptic still wouldn't open.
I get this error when I issue the command
sudo mintsources
:I do have python-six installed:
dpkg -l | grep python-six
ii python-six 1.11.0-2
Any idea?