I have tried various recommendations from the web to no success.
The apt-get update
gives errors .
Here are my error messages after sudo apt-get udpate
:
W: Failed to fetch http://ppa.launchpad.net/upubuntu-com/java/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/upubuntu-com/java/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
I have reviewed and tried the existing stackexchange answers that are not working for me. Trying to cleanup the ppa as per advice in sourcse gives me the following errors : For example, the following command to remove the ppa shows other scary messages :
winsella@winsella:~$ sudo rm /etc/apt/sources.list.d/ppaname-ppa-$(lsb_release -sc).list*
[sudo] password for winsella:
no talloc stackframe at ../source3/param/loadparm.c:4864, leaking memory
Failed to open /var/lib/samba/private/secrets.tdb
tdbsam_open: Failed to open/create TDB passwd [/var/lib/samba/private/passdb.tdb]
tdbsam_getsampwnam: failed to open /var/lib/samba/private/passdb.tdb!
tdbsam_open: Failed to open/create TDB passwd [/var/lib/samba/private/passdb.tdb]
tdbsam_getsampwnam: failed to open /var/lib/samba/private/passdb.tdb!
tdbsam_open: Failed to open/create TDB passwd [/var/lib/samba/private/passdb.tdb]
tdbsam_new_rid: failed to open /var/lib/samba/private/passdb.tdb!
rm: cannot remove ‘/etc/apt/sources.list.d/ppaname-ppa-trusty.list*’: No such file or directory
W: Failed to fetch http://ppa.launchpad.net/upubuntu-com/java/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
– RandyKahn Jul 04 '14 at 19:40