I am unable to install postgresql or mysql when using:
Code:
apt-get install postgresql
and same for mysql with mysql-server. Below is the following output from: apt-get update, apt-get upgrade, install errors, lshw, my sources.list
Code:
root@localhost:/# apt-get update
Hit http://armel.repository.backtrack-linux.org revolution Release.gpg
Hit http://armel.repository.backtrack-linux.org revolution Release
Hit http://armel.repository.backtrack-linux.org revolution/main Packages
Hit http://armel.repository.backtrack-linux.org revolution/microverse Packages
Hit http://armel.repository.backtrack-linux.org revolution/non-free Packages
Hit http://armel.repository.backtrack-linux.org revolution/testing Packages
Hit BackTrack Linux Repository revolution Release.gpg
Hit BackTrack Linux Repository revolution Release
Hit Index of / revolution Release.gpg
Hit Index of / revolution Release
Hit Index of / revolution/main Packages
Hit Index of / revolution/microverse Packages
Hit Index of / revolution/non-free Packages
Hit Index of / revolution/testing Packages
Hit BackTrack Linux Repository revolution/main Packages
Hit BackTrack Linux Repository revolution/microverse Packages
Hit BackTrack Linux Repository revolution/non-free Packages
Hit BackTrack Linux Repository revolution/testing Packages
Reading package lists...
root@localhost:/#
#############################################################
root@localhost:/# apt-get upgrade
Reading package lists...
Building dependency tree...
Reading state information...
The following packages have been kept back:
capplets-data evolution-common evolution-data-server-common libatk1.0-data
libglib2.0-data libgtk2.0-bin nautilus-data python-pyatspi update-manager
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
root@localhost:/#
#############################################################
root@localhost:/# apt-get install postgresql
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
postgresql: Depends: postgresql-8.4 but it is not installable
root@localhost:/#
#############################################################
root@localhost:/# apt-get install postgresql-8.4
Reading package lists...
Building dependency tree...
Reading state information...
Package postgresql-8.4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
root@localhost:/#
#############################################################
root@localhost:/# apt-get install mysql-server
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mysql-server: Depends: mysql-server-5.1 but it is not installable
root@localhost:/#
#############################################################
root@localhost:/# lshw
localhost
description: Computer
width: 32 bits
*-core
description: Motherboard
physical id: 0
*-memory
description: System memory
physical id: 0
size: 718MiB
*-cpu
physical id: 1
bus info: cpu@0
size: 1504MHz
capacity: 1504MHz
capabilities: cpufreq
*-network:0 DISABLED
description: Ethernet interface
physical id: 1
logical name: dummy0
serial: 1e:36:f3:1c:06:73
capabilities: ethernet physical
configuration: broadcast=yes
*-network:1 DISABLED
description: Ethernet interface
physical id: 2
logical name: usb0
serial: d2:6f:ab:a5:ed:86
capabilities: ethernet physical
configuration: broadcast=yes driver=g_ether driverversion=29-May-2008 firmware=fsl-tegra-udc link=no multicast=yes
*-network:2
description: Wireless interface
physical id: 3
logical name: wlan0
serial: 00:90:4c:12:34:56
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=wl driverversion=0 ip=172.21.1.45 multicast=yes wireless=IEEE 802.11-DS
root@localhost:/#
#############################################################
root@localhost:/# cat /etc/apt/sources.list
#deb http://ports.ubuntu.com/ubuntu-ports lucid main restricted
#deb-src http://archive.ubuntu.com/ubuntu lucid main restricted
#deb http://ports.ubuntu.com/ubuntu-ports lucid-security main restricted
#deb-src http://archive.ubuntu.com/ubuntu lucid-security main restricted
## Major bug fix updates produced after the final release of the
## distribution.
#deb http://ports.ubuntu.com/ubuntu-ports lucid-updates main restricted
#deb-src http://archive.ubuntu.com/ubuntu lucid-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://ports.ubuntu.com/ubuntu-ports lucid universe
# deb-src http://archive.ubuntu.com/ubuntu lucid universe
# deb http://ports.ubuntu.com/ubuntu-ports lucid-updates universe
# deb-src http://archive.ubuntu.com/ubuntu lucid-updates universe
# deb http://ports.ubuntu.com/ubuntu-ports lucid-security universe
# deb-src http://archive.ubuntu.com/ubuntu lucid-security universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb http://ports.ubuntu.com/ubuntu-ports lucid multiverse
# deb-src http://archive.ubuntu.com/ubuntu lucid multiverse
# deb http://ports.ubuntu.com/ubuntu-ports lucid-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu lucid-updates multiverse
# deb http://ports.ubuntu.com/ubuntu-ports lucid-security multiverse
# deb-src http://archive.ubuntu.com/ubuntu lucid-security multiverse
#deb http://ports.ubuntu.com/ubuntu-ports karmic main universe
deb Index of / revolution main microverse non-free testing
deb BackTrack Linux Repository revolution main microverse non-free testing
deb http://armel.repository.backtrack-linux.org revolution main microverse non-free testing
root@localhost:/#