When I execute, for example, aptitude search ruby2.5
, I get the following errors as first lines of the output. (It's the same error message repeated twice.)
E: Error saving configuration file - apt_dumpcfg (13: Permission denied)
E: Error saving configuration file - apt_dumpcfg (13: Permission denied)
I take the configuration file used from apt_dumpcfg is not writable from the account I am using. I don't get which configuration file is, and where is located.
I google both apt_dumpcfg and apt_dumcfg(), but I didn't find any specific information I could use to fix the error, like the following links (which are the first links I get when searching apt_dumpcfg).
- Ubuntu Manpage: Aptsh - interactive APT shell
- Matthijs' Blog – Just my personal blog where I ramble
- UniFi - USG Advanced Configuration – Ubiquiti Networks Support
- Solved: Can I see Edge router with UNIFI controller? - Ubiquiti ...
How do I fix that error?
sudo aptitude install ruby2.5
beforeaptitude search ruby2.5-gtk3
). – apaderno Jul 31 '18 at 09:56