Now i have a bigger problem i think
i installed an apt-get rpm i think it's the right one
but something aint right, take a look below
[root@localhost root]# apt-get update
E: Lists directory /var/lib/apt/lists/partial is missing.
E: Archive directory /var/cache/apt/archives/partial is missing.
E: could not open package priority file /etc/apt/rpmpriorities
W: Release files for some repositories could not be retrieved or authenticated. Such repositories are being ignored.
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
E: Tried to dequeue a fetching object
[root@localhost root]#
and when i write: apt-get help
the help file comes up as it should.
if try to install a file (example below)
[root@localhost root]# apt-get install mplayer-common-1.0pre5-2.i386.rpm
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package mplayer-common-1.0pre5-2.i386.rpm
[root@localhost root]# apt-get install /home/lordrain/Install-Filer/Film/ mplayer-common-1.0pre5-2.i386.rpm
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package
[root@localhost root]#
any ideas what to do here?