Lubuntu15のターミナルからemacsをアンインストールしようとしましたがまだそこにあります。
コードを使用しました:
sudo apt-get remove --purge emacs
これは以前、scidと呼ばれるチェスプログラムで発生しました。
基本的に、emacsを削除すると、次のように表示されます。
sudo apt-get remove --purge emacs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
emacs24 emacs24-bin-common emacs24-common emacs24-common-non-dfsg libm17n-0
libotf0 m17n-db vim-runtime
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
emacs*
0 to upgrade, 0 to newly install, 1 to remove and 195 not to upgrade.
After this operation, 25.6 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 125495 files and directories currently installed.)
Removing emacs (46.1) ...
それから私が書くとき
emacs <Enter>
emacsは何も起こらなかったように再び開きます。
その後の削除は次のように表示されます:
sudo apt-get remove --purge emacs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'emacs' is not installed, so not removed
The following packages were automatically installed and are no longer required:
emacs24 emacs24-bin-common emacs24-common emacs24-common-non-dfsg libm17n-0
libotf0 m17n-db vim-runtime
Use 'apt-get autoremove' to remove them.
0 to upgrade, 0 to newly install, 0 to remove and 195 not to upgrade.
このプログラムを削除する方法はありますか? sudo apt-get install emacsを使用してインストールしたので、ソフトウェアセンターにはありません。
承認された回答:
emacs
はメタパッケージです。つまり、何も含まれておらず、より具体的な名前のパッケージ(この場合はemacs24
)に依存しているパッケージです。 。試してみてください(すでにメタパッケージを削除しているため):
sudo apt-get autoremove
emacs24
パッケージはまだインストールされていますが、emacs24
であるため、引き続きemacsを使用できます。 実行可能ファイルが実際に含まれているものです。