Microsoft Autoupdate For Mac アンインストール

-->
  1. Microsoft Autoupdate For Mac アンインストール Download
  2. Microsoft Auto Update For Mac

このガイドを使用すると、関連するセクションに移動することで、Visual Studio for Mac の各コンポーネントを個別にアンインストールすることができます。または、「アンインストール スクリプト」で示されるスクリプトを使用して、すべてをアンインストールすることができます。You can use this guide to uninstall each component in Visual Studio for Mac individually by navigating to the relevant section, or you can use the scripts provided in the Uninstall Script section to uninstall everything.

この資料では、Microsoft Office for Mac 2011 をアンインストールする手順について説明します。 Office for Mac 2011 からは、以前のバージョンの Office for Mac にあった Remove Office ツールが無くなったため、アンインストールする場合は手動で削除する必要があります。. ※参考記事: Office 2016 for Mac をアンインストールする (Microsoft) Word 2016 バージョン 15.41 を再インストール Word 2016 バージョン 15.41 は Microsoft のウェブサイトで インストールパッケージが配布されているため、ダウンロードしてご利用ください。. 最新のバージョンにアップデートしたい場合、時にはまずMacでダウンロードしたMicrosoft Officeをアンインストールする必要があります。この記事では、Office 2011・2016 for Macを完全にアンインストールする方法を紹介させていただきます。. Office for Mac の最新の更新プログラムをインストールすると、更新プロセスが停止します。 状態: 修正済み. この問題は Microsoft AutoUpdate 3.9.1 で修正されています。 MAU 3.9.1 をダウンロードして、更新プログラムのパッケージを手動でインストールしてください。.

注意

この情報で扱われているのは、ご利用のコンピューターからの Visual Studio 2019 for Mac または Visual Studio 2017 for Mac の削除のみです。This information will only remove Visual Studio 2019 or 2017 for Mac from your machine.Visual Studio Code をアンインストールする場合、詳細についてはこちらのイシューを参照してください。to uninstall Visual Studio Code, see this issue for details.

アンインストール スクリプトUninstall Script

Visual Studio for Mac とご利用のコンピューター用のコンポーネントをすべてアンインストールするために使用できるスクリプトが 2 つあります。There are two scripts that can be used to uninstall Visual Studio for Mac and all components for your machine:

次のセクションでは、スクリプトのダウンロードと使用に関する情報が示されます。The following sections provide information on downloading and using the scripts.

Visual Studio for Mac と Xamarin スクリプトVisual Studio for Mac and Xamarin script

アンインストール スクリプトを使うと、Visual Studio と Xamarin コンポーネントを一度にアンインストールできます。You can uninstall Visual Studio and Xamarin components in one go by using the uninstall script.

このアンインストール スクリプトには、この記事で説明されているほとんどのコマンドが含まれます。This uninstall script contains most of the commands that you will find in the article.外部依存関係の可能性のためにスクリプトからは次の 3 つが除外されています。There are three main omissions from the script and are not included due to possible external dependencies.これを削除するには、以下の関連セクションにジャンプして手動で削除してください。To remove this, jump to the relevant section below and remove them manually:

  • Mono のアンインストールUninstalling Mono
  • Android AVD のアンインストールUninstalling Android AVD
  • Android SDK と Java SDK をアンインストールするUninstalling Android SDK and Java SDK

スクリプトを実行するには、次の手順のようにします。To run the script, do the following steps:

  1. スクリプトを右クリックして [名前を付けて保存] を選び、ご利用の Mac 上にファイルを保存します。Right-click on the script and select Save As to save the file on your Mac.

  2. ターミナルを開き、スクリプトをダウンロードした場所に作業ディレクトリを変更します。Open Terminal and change the working directory to where the script was downloaded:

  3. スクリプトを実行可能にして、sudo で実行します。Make the script executable and the run it with sudo:

  4. 最後に、アンインストール スクリプトを削除し、ドックから Visual Studio for Mac を削除します (ある場合)。Finally, delete the uninstall script and remove Visual Studio for Mac from the dock (if it's there).

.NET Core スクリプト.NET Core script

.NET Core 用のアンインストール スクリプトは、dotnet cli repo にあります。The uninstall script for .NET Core is located in the dotnet cli repo

スクリプトを実行するには、次の手順のようにします。To run the script, do the following steps:

  1. スクリプトを右クリックして [名前を付けて保存] を選び、ご利用の Mac 上にファイルを保存します。Right-click on the script and select Save As to save the file on your Mac.

  2. ターミナルを開き、スクリプトをダウンロードした場所に作業ディレクトリを変更します。Open Terminal and change the working directory to where the script was downloaded:

  3. スクリプトを実行可能にして、sudo で実行します。Make the script executable and the run it with sudo:

  4. 最後に、.NET Core のアンインストール スクリプトを削除します。Finally, delete the .NET Core uninstall script.

Visual Studio for Mac をアンインストールするUninstall Visual Studio for Mac

Mac から Visual Studio をアンインストールするときは最初に、 /Applications ディレクトリで Visual Studio.app を探して、それをごみ箱にドラッグします。The first step in uninstalling Visual Studio from a Mac is to locate Visual Studio.app in the /Applications directory and drag it to the Trash Can.または、次の図のように、右クリックして [ごみ箱に移動] を選びます。Alternatively, right-click and select Move to Trash as illustrated in the following image:

このアプリ バンドルを削除すると、Visual Studio for Mac は削除されますが、Xamarin 関連の他のファイルがファイル システムにまだ残っている可能性があります。Deleting this app bundle removes Visual Studio for Mac, even though there may be other files related to Xamarin still on the file system.

Visual Studio for Mac のすべてのトレースを削除するには、ターミナルで次のコマンドを実行します。To remove all traces of Visual Studio for Mac, run the following commands in Terminal:

Xamarin のさまざまなファイルやフォルダーを含む次のディレクトリを削除することもできます。You may also want to remove the following directory containing various Xamarin files and folders.ただし、実行する前に、このディレクトリに Android の署名キーが含まれていることに注意してください。However, before you do you should be aware that this directory contains the Android signing keys.詳細については、セクション「 Android SDK と Java SDK をアンインストールする 」を参照してください。For more information refer to the section Uninstalling Android SDK and Java SDK:

Mono SDK (MDK) をアンインストールするUninstall Mono SDK (MDK)

Mono は Microsoft .NET Framework のオープン ソースの実装であり、すべての Xamarin 製品 (Xamarin.iOS、Xamarin.Android、Xamarin.Mac) によって、C# でこれらのプラットフォームの開発を可能にするために使われています。Mono is an open-source implementation of Microsoft's .NET Framework and is used by all Xamarin Products—Xamarin.iOS, Xamarin.Android, and Xamarin.Mac to allow development of these platforms in C#.

警告

Visual Studio for Mac 以外にも Mono を使うアプリケーションがあります (Unity など)。There are other applications outside of Visual Studio for Mac that also use Mono, such as Unity.Mono をアンインストールする前に、Mono に依存するアプリケーションが他にないことを確認してください。Be sure that there are no other dependencies on Mono before uninstalling it.

Mono Framework をコンピューターから削除するには、ターミナルで次のコマンドを実行します。To remove the Mono Framework from a machine, run the following commands in Terminal:

Xamarin.Android をアンインストールするUninstall Xamarin.Android

Xamarin.Android をインストールして使うために必要なものがいくつかあります (Android SDK や Java SDK など)。There are a number of items required for the installation and use of Xamarin.Android, such as the Android SDK and Java SDK.

Xamarin.Android を削除するには、次のコマンドを使います。Use the following commands to remove Xamarin.Android:

Android SDK と Java SDK をアンインストールするUninstall Android SDK and Java SDK

Android アプリケーションの開発には Android SDK が必要です。The Android SDK is required for development of Android applications.Android SDK のすべての部分を完全に削除するには、 ~/Library/Developer/Xamarin/ でファイルを探して、ごみ箱に移動します。To completely remove all parts of the Android SDK, locate the file at ~/Library/Developer/Xamarin/ and move it to Trash.

警告

Visual Studio for Mac によって生成された Android の署名キーは ~/Library/Developer/Xamarin/Keystore 内にあります。You should be aware that Android signing keys that are generated by Visual Studio for Mac are located in ~/Library/Developer/Xamarin/Keystore.キーストアを残しておきたい場合は、これらを適切にバックアップするか、このディレクトリを削除しないでください。Make sure to back these up appropriately, or avoid removing this directory if you wish to keep your keystore.

Java SDK (JDK) は Mac OS X/macOS の一部として既にあらかじめパッケージ化されているので、アンインストールする必要はありません。The Java SDK (JDK) does not need to be uninstalled, as it is already pre-packaged as part of Mac OS X / macOS.

Android AVD をアンインストールするUninstall Android AVD

Does mac have an equivalent to microsoft word. 警告

Android Studio など、Visual Studio for Mac 以外にも Android AVD とこれらの追加 Android コンポーネントを使うアプリケーションがあります。このディレクトリを削除すると、Android Studio のプロジェクトが中断される可能性があります。There are other applications outside of Visual Studio for Mac that also use Android AVD and these additional android components, such as Android Studio.Removing this directory may cause projects to break in Android Studio.

Android AVD および追加 Android コンポーネントを削除するには、次のコマンドを使います。To remove any Android AVDs and additional Android components use the following command:

Android AVD のみを削除するには、次のコマンドを使います。To remove only the Android AVDs use the following command:

Xamarin.iOS をアンインストールするUninstall Xamarin.iOS

Xamarin.iOS により、Visual Studio for Mac で C# または F# を使って iOS アプリケーションを開発できます。Xamarin.iOS allows iOS application development using C# or F# with Visual Studio for Mac.

ターミナルで次のコマンドを使って、ファイル システムからすべての Xamarin.iOS ファイルを削除します。Use the following commands in Terminal to remove all Xamarin.iOS files from a file system:

Xamarin.Mac をアンインストールするUninstall Xamarin.Mac

次の 2 つのコマンドを使って Mac から製品とライセンスを除去することにより、コンピューターから Xamarin.Mac を削除できます。Xamarin.Mac can be removed from your machine using the following two commands to eradicate the product and license from your Mac respectively:

Workbooks と Inspector をアンインストールするUninstall Workbooks and Inspector

1.2.2 以降では、ターミナルで次のコマンドを実行して、Xamarin Workbooks と Inspector をアンインストールできます。Starting with 1.2.2, Xamarin Workbooks & Inspector can be uninstalled from a terminal by running:

古いバージョンでは、次の成果物を手動で削除する必要があります。For older versions, you need to manually remove the following artifacts:

  • '/Applications/Xamarin Workbooks.app' の Workbooks アプリを削除しますDelete the Workbooks app at '/Applications/Xamarin Workbooks.app'
  • 'Applications/Xamarin Inspector.app' の Inspector アプリを削除しますDelete the Inspector app at 'Applications/Xamarin Inspector.app'
  • アドイン '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive''~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector' を削除しますDelete the add-ins: '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive' and '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector'
  • /Library/Frameworks/Xamarin.Interactive.framework および /Library/Frameworks/Xamarin.Inspector.framework にある Inspector のファイルとサポート ファイルを削除しますDelete Inspector and supporting files here: /Library/Frameworks/Xamarin.Interactive.framework and /Library/Frameworks/Xamarin.Inspector.framework

Xamarin Profiler をアンインストールするUninstall the Xamarin Profiler

Visual Studio インストーラーをアンインストールするUninstall the Visual Studio Installer

次のコマンドを使って、Xamarin Universal Installer のすべてのトレースを削除します。Use the following commands to remove all traces of the Xamarin Universal Installer:

Visual Studio 2019 for Mac プレビューをアンインストールするUninstall Visual Studio 2019 for Mac Preview

Visual Studio 2019 for Mac プレビューは、独立したプレビューとして提供されており、サイドバイサイド Visual Studio 2017 for Mac インストールを引き続き使用できます。Visual Studio 2019 for Mac Preview was launched as a separate preview, allowing you to continue to work with your Visual Studio 2017 for Mac install side-by-side.

Visual Studio 2019 for Mac がリリースされたので、Visual Studio 2019 for Mac プレビュー アプリケーションを安全に削除できます。Now that Visual Studio 2019 for Mac has been released, you can now safely remove the Visual Studio 2019 for Mac Preview application.

プレビュー アプリケーション バンドルをアンインストールするには、次の図に示すように、アプリケーション フォルダーで [Visual Studio (プレビュー)] を選択し、 [ごみ箱に移動] をクリックします。To uninstall the preview application bundle, select Visual Studio (Preview) from your Applications folder and click Move to Trash, as depicted in the following image:

また、次のコマンドを使用してプレビューの plist ファイルを削除することもできます。You can also remove the Preview plist file with the following command:

参照See also

-->

このガイドを使用すると、関連するセクションに移動することで、Visual Studio for Mac の各コンポーネントを個別にアンインストールすることができます。または、「アンインストール スクリプト」で示されるスクリプトを使用して、すべてをアンインストールすることができます。You can use this guide to uninstall each component in Visual Studio for Mac individually by navigating to the relevant section, or you can use the scripts provided in the Uninstall Script section to uninstall everything.

注意

この情報で扱われているのは、ご利用のコンピューターからの Visual Studio 2019 for Mac または Visual Studio 2017 for Mac の削除のみです。This information will only remove Visual Studio 2019 or 2017 for Mac from your machine.Visual Studio Code をアンインストールする場合、詳細についてはこちらのイシューを参照してください。to uninstall Visual Studio Code, see this issue for details.

アンインストール スクリプトUninstall Script

Visual Studio for Mac とご利用のコンピューター用のコンポーネントをすべてアンインストールするために使用できるスクリプトが 2 つあります。There are two scripts that can be used to uninstall Visual Studio for Mac and all components for your machine:

次のセクションでは、スクリプトのダウンロードと使用に関する情報が示されます。The following sections provide information on downloading and using the scripts.

Visual Studio for Mac と Xamarin スクリプトVisual Studio for Mac and Xamarin script

アンインストール スクリプトを使うと、Visual Studio と Xamarin コンポーネントを一度にアンインストールできます。You can uninstall Visual Studio and Xamarin components in one go by using the uninstall script.

このアンインストール スクリプトには、この記事で説明されているほとんどのコマンドが含まれます。This uninstall script contains most of the commands that you will find in the article.外部依存関係の可能性のためにスクリプトからは次の 3 つが除外されています。There are three main omissions from the script and are not included due to possible external dependencies.これを削除するには、以下の関連セクションにジャンプして手動で削除してください。To remove this, jump to the relevant section below and remove them manually:

  • Mono のアンインストールUninstalling Mono
  • Android AVD のアンインストールUninstalling Android AVD
  • Android SDK と Java SDK をアンインストールするUninstalling Android SDK and Java SDK

スクリプトを実行するには、次の手順のようにします。To run the script, do the following steps:

  1. スクリプトを右クリックして [名前を付けて保存] を選び、ご利用の Mac 上にファイルを保存します。Right-click on the script and select Save As to save the file on your Mac.

  2. ターミナルを開き、スクリプトをダウンロードした場所に作業ディレクトリを変更します。Open Terminal and change the working directory to where the script was downloaded:

  3. スクリプトを実行可能にして、sudo で実行します。Make the script executable and the run it with sudo:

  4. 最後に、アンインストール スクリプトを削除し、ドックから Visual Studio for Mac を削除します (ある場合)。Finally, delete the uninstall script and remove Visual Studio for Mac from the dock (if it's there).

.NET Core スクリプト.NET Core script

.NET Core 用のアンインストール スクリプトは、dotnet cli repo にあります。The uninstall script for .NET Core is located in the dotnet cli repo

スクリプトを実行するには、次の手順のようにします。To run the script, do the following steps:

Microsoft Autoupdate For Mac アンインストール Download

  1. スクリプトを右クリックして [名前を付けて保存] を選び、ご利用の Mac 上にファイルを保存します。Right-click on the script and select Save As to save the file on your Mac.

  2. ターミナルを開き、スクリプトをダウンロードした場所に作業ディレクトリを変更します。Open Terminal and change the working directory to where the script was downloaded:

  3. スクリプトを実行可能にして、sudo で実行します。Make the script executable and the run it with sudo:

  4. 最後に、.NET Core のアンインストール スクリプトを削除します。Finally, delete the .NET Core uninstall script.

Visual Studio for Mac をアンインストールするUninstall Visual Studio for Mac

Mac から Visual Studio をアンインストールするときは最初に、 /Applications ディレクトリで Visual Studio.app を探して、それをごみ箱にドラッグします。The first step in uninstalling Visual Studio from a Mac is to locate Visual Studio.app in the /Applications directory and drag it to the Trash Can.または、次の図のように、右クリックして [ごみ箱に移動] を選びます。Alternatively, right-click and select Move to Trash as illustrated in the following image:

このアプリ バンドルを削除すると、Visual Studio for Mac は削除されますが、Xamarin 関連の他のファイルがファイル システムにまだ残っている可能性があります。Deleting this app bundle removes Visual Studio for Mac, even though there may be other files related to Xamarin still on the file system.

Visual Studio for Mac のすべてのトレースを削除するには、ターミナルで次のコマンドを実行します。To remove all traces of Visual Studio for Mac, run the following commands in Terminal:

Xamarin のさまざまなファイルやフォルダーを含む次のディレクトリを削除することもできます。You may also want to remove the following directory containing various Xamarin files and folders.ただし、実行する前に、このディレクトリに Android の署名キーが含まれていることに注意してください。However, before you do you should be aware that this directory contains the Android signing keys.詳細については、セクション「 Android SDK と Java SDK をアンインストールする 」を参照してください。For more information refer to the section Uninstalling Android SDK and Java SDK:

Mono SDK (MDK) をアンインストールするUninstall Mono SDK (MDK)

Mono は Microsoft .NET Framework のオープン ソースの実装であり、すべての Xamarin 製品 (Xamarin.iOS、Xamarin.Android、Xamarin.Mac) によって、C# でこれらのプラットフォームの開発を可能にするために使われています。Mono is an open-source implementation of Microsoft's .NET Framework and is used by all Xamarin Products—Xamarin.iOS, Xamarin.Android, and Xamarin.Mac to allow development of these platforms in C#.

警告

Visual Studio for Mac 以外にも Mono を使うアプリケーションがあります (Unity など)。There are other applications outside of Visual Studio for Mac that also use Mono, such as Unity.Mono をアンインストールする前に、Mono に依存するアプリケーションが他にないことを確認してください。Be sure that there are no other dependencies on Mono before uninstalling it.

Mono Framework をコンピューターから削除するには、ターミナルで次のコマンドを実行します。To remove the Mono Framework from a machine, run the following commands in Terminal:

Xamarin.Android をアンインストールするUninstall Xamarin.Android

Xamarin.Android をインストールして使うために必要なものがいくつかあります (Android SDK や Java SDK など)。There are a number of items required for the installation and use of Xamarin.Android, such as the Android SDK and Java SDK.

Xamarin.Android を削除するには、次のコマンドを使います。Use the following commands to remove Xamarin.Android:

Android SDK と Java SDK をアンインストールするUninstall Android SDK and Java SDK

Android アプリケーションの開発には Android SDK が必要です。The Android SDK is required for development of Android applications.Android SDK のすべての部分を完全に削除するには、 ~/Library/Developer/Xamarin/ でファイルを探して、ごみ箱に移動します。To completely remove all parts of the Android SDK, locate the file at ~/Library/Developer/Xamarin/ and move it to Trash.

警告

Visual Studio for Mac によって生成された Android の署名キーは ~/Library/Developer/Xamarin/Keystore 内にあります。You should be aware that Android signing keys that are generated by Visual Studio for Mac are located in ~/Library/Developer/Xamarin/Keystore.キーストアを残しておきたい場合は、これらを適切にバックアップするか、このディレクトリを削除しないでください。Make sure to back these up appropriately, or avoid removing this directory if you wish to keep your keystore.

Java SDK (JDK) は Mac OS X/macOS の一部として既にあらかじめパッケージ化されているので、アンインストールする必要はありません。The Java SDK (JDK) does not need to be uninstalled, as it is already pre-packaged as part of Mac OS X / macOS.

Android AVD をアンインストールするUninstall Android AVD

警告

Android Studio など、Visual Studio for Mac 以外にも Android AVD とこれらの追加 Android コンポーネントを使うアプリケーションがあります。このディレクトリを削除すると、Android Studio のプロジェクトが中断される可能性があります。There are other applications outside of Visual Studio for Mac that also use Android AVD and these additional android components, such as Android Studio.Removing this directory may cause projects to break in Android Studio.

Android AVD および追加 Android コンポーネントを削除するには、次のコマンドを使います。To remove any Android AVDs and additional Android components use the following command:

Android AVD のみを削除するには、次のコマンドを使います。To remove only the Android AVDs use the following command:

Xamarin.iOS をアンインストールするUninstall Xamarin.iOS

Xamarin.iOS により、Visual Studio for Mac で C# または F# を使って iOS アプリケーションを開発できます。Xamarin.iOS allows iOS application development using C# or F# with Visual Studio for Mac.

Microsoft Auto Update For Mac

ターミナルで次のコマンドを使って、ファイル システムからすべての Xamarin.iOS ファイルを削除します。Use the following commands in Terminal to remove all Xamarin.iOS files from a file system:

Xamarin.Mac をアンインストールするUninstall Xamarin.Mac

次の 2 つのコマンドを使って Mac から製品とライセンスを除去することにより、コンピューターから Xamarin.Mac を削除できます。Xamarin.Mac can be removed from your machine using the following two commands to eradicate the product and license from your Mac respectively:

Workbooks と Inspector をアンインストールするUninstall Workbooks and Inspector

1.2.2 以降では、ターミナルで次のコマンドを実行して、Xamarin Workbooks と Inspector をアンインストールできます。Starting with 1.2.2, Xamarin Workbooks & Inspector can be uninstalled from a terminal by running:

古いバージョンでは、次の成果物を手動で削除する必要があります。For older versions, you need to manually remove the following artifacts:

  • '/Applications/Xamarin Workbooks.app' の Workbooks アプリを削除しますDelete the Workbooks app at '/Applications/Xamarin Workbooks.app'
  • 'Applications/Xamarin Inspector.app' の Inspector アプリを削除しますDelete the Inspector app at 'Applications/Xamarin Inspector.app'
  • アドイン '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive''~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector' を削除しますDelete the add-ins: '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Interactive' and '~/Library/Application Support/XamarinStudio-6.0/LocalInstall/Addins/Xamarin.Inspector'
  • /Library/Frameworks/Xamarin.Interactive.framework および /Library/Frameworks/Xamarin.Inspector.framework にある Inspector のファイルとサポート ファイルを削除しますDelete Inspector and supporting files here: /Library/Frameworks/Xamarin.Interactive.framework and /Library/Frameworks/Xamarin.Inspector.framework

Xamarin Profiler をアンインストールするUninstall the Xamarin Profiler

Visual Studio インストーラーをアンインストールするUninstall the Visual Studio Installer

次のコマンドを使って、Xamarin Universal Installer のすべてのトレースを削除します。Use the following commands to remove all traces of the Xamarin Universal Installer:

Visual Studio 2019 for Mac プレビューをアンインストールするUninstall Visual Studio 2019 for Mac Preview

Visual Studio 2019 for Mac プレビューは、独立したプレビューとして提供されており、サイドバイサイド Visual Studio 2017 for Mac インストールを引き続き使用できます。Visual Studio 2019 for Mac Preview was launched as a separate preview, allowing you to continue to work with your Visual Studio 2017 for Mac install side-by-side.

Visual Studio 2019 for Mac がリリースされたので、Visual Studio 2019 for Mac プレビュー アプリケーションを安全に削除できます。Now that Visual Studio 2019 for Mac has been released, you can now safely remove the Visual Studio 2019 for Mac Preview application.

プレビュー アプリケーション バンドルをアンインストールするには、次の図に示すように、アプリケーション フォルダーで [Visual Studio (プレビュー)] を選択し、 [ごみ箱に移動] をクリックします。To uninstall the preview application bundle, select Visual Studio (Preview) from your Applications folder and click Move to Trash, as depicted in the following image:

また、次のコマンドを使用してプレビューの plist ファイルを削除することもできます。You can also remove the Preview plist file with the following command:

参照See also