Server: Ubuntu 12.04
Database: SQL-Lite
Client: None so far
OC-Version: 3.0.2 from tar.gz
PHP-Version: See output of php --version below
PHP 5.3.10-1ubuntu3 with Suhosin-Patch (cli) (built: Apr 11 2012 17:25:33)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
So the problem that I am having is that I want to install owncloud on Ubuntu 12.04 LTS (downloaded yesterday) and when I run
sudo apt-get install php5 php5-json php-xml php-mbstring php5-zip php5-gd
I get the following in return.
Code: Select all
Note, selecting 'php5-common' instead of 'php5-json'
E: Unable to locate package php-xml
E: Unable to locate package php-mbstring
E: Unable to locate package php5-zip
and when I run apt-get install php5-sqlite curl libcurl3 libcurl3-dev php5-curl php-pdo
Code: Select all
Note, selecting 'libcurl4-openssl-dev' instead of 'libcurl3-dev'
E: Unable to locate package php-pdo
All I want to do is play around with it and take her for a test drive so I was wondering obvisouly ubuntu 12.04 just came out but is there a way to install the missing packages without going through the new ubuntu 12.04 lts repositories?
Thanks!