Skip to content

Archives

  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月

Categories

  • カテゴリーなし
Trend RepositoryArticles and guides
Articles

Ubuntu から python をアンインストールする方法

On 10月 20, 2021 by admin
  • Uninstall python
  • Uninstall python and it’s dependent packages
  • Ubuntu から python パッケージのみを削除するには、次のようにします。 sudo apt-get autoremove python Purging python
  • python package information
  • More information about apt-get remove
  • See Also

Uninstall python

Ubuntu から python パッケージだけをアンインストールするにはターミナルで実行します:

sudo apt-get remove python

Uninstall python and it’s dependent packages

Ubuntu で必要ない python パッケージとその他の依存パッケージを削除するには、次のようにします:

Uubuntu Ubuntu python Ubuntu

Ubuntu

Ubuntu から python パッケージのみを削除するには、次のようにします。

sudo apt-get autoremove python

Purging python

Ubuntuからpythonの設定ファイルやデータファイルを削除したい場合、これは動作します:

sudo apt-get purge python

Ubuntu から python およびその依存ファイルの設定やデータファイルを削除するには、以下を実行してください。

sudo apt-get autoremove --purge python

python package information

name

python

section

python

description

interactive high-python

description

interactive high-python

python> website

www.python.org/

maintainer

[email protected]

More information about apt-get remove

Advanced Package Tool, or APT, is a free software user interface that works with core libraries that handle of software installation and removal on Debian, Ubuntu and the other Linux distributions. APT は、プリコンパイルされたファイルから、あるいはソースコードをコンパイルすることによって、ソフトウェアパッケージの検索、設定、インストールを自動化することにより、Unix 系コンピュータシステムでのソフトウェア管理プロセスを簡素化します。

apt-get はパッケージを扱うためのコマンドラインツールで、APT ライブラリを使用する他のツールに対するユーザーの「バックエンド」と考えることができます。

apt-get remove は、パッケージがインストールされる代わりに削除されることを除けば、install と同じです。 パッケージを削除しても、その設定ファイルはシステム上に残ることに注意してください。 パッケージ名にプラス記号が (間にスペースを入れずに) 付加されている場合、識別されたパッケージは削除される代わりにインストールされます。

See Also

Ubuntu で python パッケージをインストールする方法

コメントを残す コメントをキャンセル

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

アーカイブ

  • 2022年1月
  • 2021年12月
  • 2021年11月
  • 2021年10月
  • 2021年9月

メタ情報

  • ログイン
  • 投稿フィード
  • コメントフィード
  • WordPress.org
  • DeutschDeutsch
  • NederlandsNederlands
  • SvenskaSvenska
  • DanskDansk
  • EspañolEspañol
  • FrançaisFrançais
  • PortuguêsPortuguês
  • ItalianoItaliano
  • RomânăRomână
  • PolskiPolski
  • ČeštinaČeština
  • MagyarMagyar
  • SuomiSuomi
  • 日本語日本語

Copyright Trend Repository 2022 | Theme by ThemeinProgress | Proudly powered by WordPress