Skip to content

Instantly share code, notes, and snippets.

@dcalixto
Created February 4, 2017 07:29
Show Gist options
  • Select an option

  • Save dcalixto/c1d4d2d865138ec942cd2c46debf1bd1 to your computer and use it in GitHub Desktop.

Select an option

Save dcalixto/c1d4d2d865138ec942cd2c46debf1bd1 to your computer and use it in GitHub Desktop.
ubuntu ppa fix
~/Downloads$ sudo rm /etc/apt/sources.list.d/upubuntu-com-ppa-trusty*
rm: cannot remove ‘/etc/apt/sources.list.d/upubuntu-com-ppa-trusty*’: No such file or directory
smartron@Ubuntu1:~/Downloads$ cd /etc/apt/sources.list.d
smartron@Ubuntu1:/etc/apt/sources.list.d$ ls -la
-rw-r--r-- 1 root root 150 Jul 18 22:06 openshot_developers-ppa-trusty.list
-rw-r--r-- 1 root root 150 Jul 18 22:06 openshot_developers-ppa-trusty.list.save
smartron@Ubuntu1:/etc/apt/sources.list.d$ sudo rm openshot_developers-ppa-trusty.list
smartron@Ubuntu1:/etc/apt/sources.list.d$ sudo rm openshot_developers-ppa-trusty.list.save
sudo apt-get update (results look good to me - no errors)
sudo apt-get remove gdal-bin
sudo apt-get install gdal-bin
Which all seems good but I still have my original problem to resolve:
package 'libjasper1:i386' missing
But I think that is a different issue with Ubuntu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment