Created
February 4, 2017 07:29
-
-
Save dcalixto/c1d4d2d865138ec942cd2c46debf1bd1 to your computer and use it in GitHub Desktop.
ubuntu ppa fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/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