sudo apt-get install package

来源:百度知道 编辑:UC知道 时间:2024/05/23 02:24:38
I want to install a realplayer, when I use : sudo apt-get install package.bin

E:could't find the package Realplayer***.bin

How to deal with this problem?
I need details.

Thanks in advance!
Can anyone explain this. Must be something simple.

twinst@twinst-desktop:~/Desktop$ sudo apt-get install RealPlayer10GOLD.bin
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package RealPlayer10GOLD.bin

I have tried to do sudo apt-get update
But it still doesn't work

Quote:
sudo apt-get install ****
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package ****

For this, you can try to execute "sudo apt-get update", it will update the dict from the sources that you have prestore their address in file /usr/etc/apt/list(i forgot the detail position).

if you want to install realplayer, i conside you should try "sudo apt-get install realplay".