Well as i'm new to these forums i'll probably post this in the wrong place.. but here it is..,
When i try to install anything using apt-get the output looks like this
It doesn't matter what i try to install it stills generates a similar error.
And when i try using Adept it just generates the following message:
The APT Database could not be opened! This may be caused by incorrect configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem.
I've tried searching on a couple of forums, including kubuntuforums.net and also on google and the solutions haven't helped me.
not sure if it's needed but i'll include my sources.list which should be ok as far as i can see.
When i try to install anything using apt-get the output looks like this
Code:
varg@Cerberus:~$ sudo apt-get install python-irclib Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: python-irclib 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 22.6kB of archives. After unpacking 156kB of additional disk space will be used. Get:1 [url]http://se.archive.ubuntu.com[/url] feisty/universe python-irclib 0.4.4-1.1build1 [22.6kB] Fetched 22.6kB in 0s (73.2kB/s) Selecting previously deselected package python-irclib. (Reading database ... dpkg: error processing /var/cache/apt/archives/python-irclib_0.4.4-1.1build1_all.deb (--unpack): unable to open files list file for package `dmidecode': Input/output error Errors were encountered while processing: /var/cache/apt/archives/python-irclib_0.4.4-1.1build1_all.deb Processing was halted because there were too many errors. E: Sub-process /usr/bin/dpkg returned an error code (1)
And when i try using Adept it just generates the following message:
The APT Database could not be opened! This may be caused by incorrect configuration or some similar problem. Try running apt-setup and apt-get update in terminal and see if it helps to resolve the problem.
I've tried searching on a couple of forums, including kubuntuforums.net and also on google and the solutions haven't helped me.
not sure if it's needed but i'll include my sources.list which should be ok as far as i can see.
Code:
# See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to # newer versions of the distribution. deb [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty main restricted deb-src [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty-updates main restricted deb-src [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty-updates main restricted ## 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 ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty universe deb-src [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty 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 [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty multiverse deb-src [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty multiverse ## Uncomment the following two lines to add software from the 'backports' ## repository. ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. # deb [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty-backports main restricted universe multiverse # deb-src [url]http://se.archive.ubuntu.com/ubuntu/[/url] feisty-backports main restricted universe multiverse deb [url]http://security.ubuntu.com/ubuntu[/url] feisty-security main restricted deb-src [url]http://security.ubuntu.com/ubuntu[/url] feisty-security main restricted deb [url]http://security.ubuntu.com/ubuntu[/url] feisty-security universe deb-src [url]http://security.ubuntu.com/ubuntu[/url] feisty-security universe deb [url]http://security.ubuntu.com/ubuntu[/url] feisty-security multiverse deb-src [url]http://security.ubuntu.com/ubuntu[/url] feisty-security multiverse
Comment