Super noob here using 14.10. When I try to do anything via command line, the response is always something like:
E: Syntax error /etc/apt/apt.conf.d/70debconf:4: Extra junk after value
All I want to do is download VLC and Popcorn Time.
To install VLC I attempted:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vlc
after i tried:
$ sudo apt-get update
E: Syntax error /etc/apt/apt.conf.d/70debconf:4: Extra junk after value
/etc/apt/apt.conf.d/70debconf
file content:
$ cat /etc/apt/apt.conf.d/70debconf
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};
apt::cache-limit "100000000" APT::Cache-Limit "100000000";
$ sudo apt-get update
E: Syntax error /etc/apt/apt.conf.d/70debconf:4: Extra junk after value
cat /etc/apt/apt.conf.d/70debconf
– Ron Aug 12 '15 at 04:08morgan@morgan-Satellite-A660:~$ cat /etc/apt/apt.conf.d/70debconf // Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out. DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};apt::cache-limit "100000000" APT::Cache-Limit "100000000";
morgan@morgan-Satellite-A660:~$ sudo apt-get update E: Syntax error /etc/apt/apt.conf.d/70debconf:4: Extra junk after value
– hoosierhickey Aug 12 '15 at 04:21