[Live-demo] [OSGeo] #1154: PostGIS failed to install from UbuntuGIS repository

OSGeo trac_osgeo at osgeo.org
Sun Jul 7 14:16:41 PDT 2013


#1154: PostGIS failed to install from UbuntuGIS repository
---------------------+------------------------------------------------------
 Reporter:  kalxas   |       Owner:  live-demo@…              
     Type:  defect   |      Status:  new                      
 Priority:  blocker  |   Milestone:  OSGeoLive7.0             
Component:  LiveDVD  |    Keywords:                           
---------------------+------------------------------------------------------

Comment(by hamish):

 Replying to [comment:5 kalxas]:
 > Is there a way to revert postgis to previous deb file?

 {{{
  apt-get install package=exact_version-numbers
 }}}

 Setting up postgis (2.0.1-2~precise3) ...
 Setting up postgresql-9.1-postgis (2.0.1-2~precise3) ...

 e.g.
 {{{
  apt-get install postgis=2.0.1-2~precise3
 postgresql-9.1-postgis=2.0.1-2~precise3
 }}}

 (check old build logs to get the version numbers)

 and hopefully the ppa retains the old versions in the pool.

 you may need to check available versions with "apt-cache policy postgis"
 and to avoid it being later upgraded put a hold on the package(s) with:
 `echo "package_name hold" | dpkg --set-selections`.


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1154#comment:7>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Live-demo mailing list