Удален пакет, он все еще установлен & hellip; вино

kevin@Kevins-PC:~/Desktop$ sudo apt-get remove wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gnome-exe-thumbnailer icoutils libcapi20-3 libgif4 libmpg123-0
  libnss-winbind libodbc1 libopenal-data libopenal1 libpam-winbind odbcinst
  odbcinst1debian2 ttf-droid ttf-umefont ttf-unfonts-core unixodbc winbind
  wine-gecko1.4 wine1.4 wine1.4-common wine1.4-i386
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  wine
0 upgraded, 0 newly installed, 1 to remove and 283 not upgraded.
After this operation, 21.5 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 158269 files and directories currently installed.)
Removing wine ...
kevin@Kevins-PC:~/Desktop$ wine
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
kevin@Kevins-PC:~/Desktop$ wine --help
Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
       wine --help                   Display this help and exit
       wine --version                Output version information and exit
kevin@Kevins-PC:~/Desktop$ wine notepad

Почему вино все еще там, если я только что удалил его?

1
задан 8 March 2013 в 03:38

1 ответ

apt-get говорит сам за себя:

The following packages were automatically installed and are no longer required:
  gnome-exe-thumbnailer icoutils libcapi20-3 libgif4 libmpg123-0
  libnss-winbind libodbc1 libopenal-data libopenal1 libpam-winbind odbcinst
  odbcinst1debian2 ttf-droid ttf-umefont ttf-unfonts-core unixodbc winbind
  wine-gecko1.4 wine1.4 wine1.4-common wine1.4-i386
Use 'apt-get autoremove' to remove them.

Выполнить sudo apt-get autoremove. Пакет wine1.4-i386, в котором находится исполняемый файл wine, будет удален.

0
ответ дан 8 March 2013 в 03:38

Другие вопросы по тегам:

Похожие вопросы: