{"id":7910,"date":"2023-12-01T15:34:03","date_gmt":"2023-12-01T06:34:03","guid":{"rendered":"\/blog\/?p=7910"},"modified":"2024-01-09T09:33:38","modified_gmt":"2024-01-09T00:33:38","slug":"msys2-%ec%84%a4%ec%b9%98-%ed%9b%84-%ec%9d%b4%ed%96%89-%ec%a0%88%ec%b0%a8","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=7910","title":{"rendered":"MSYS2 \uc124\uce58 \ubc0f \ucd94\uac00 \ud328\ud0a4\uc9c0 \uc124\uce58"},"content":{"rendered":"\n<span style=\"font-family: \ub098\ub214\uace0\ub515\ucf54\ub529, \ub3cb\uc6c0\uccb4, \uad74\ub9bc\uccb4, \uad81\uc11c\uccb4; font-size: 12pt;\">1. msys2 base \ub2e4\uc6b4\ub85c\ub4dc<br \/>&nbsp; <a href=\"https:\/\/repo.msys2.org\/distrib\/x86_64\/\" target=\"_blank\" rel=\"noopener\">https:\/\/repo.msys2.org\/distrib\/x86_64\/<\/a><br \/>&nbsp; \uc5d0\uc11c \ucd5c\uc2e0\ubc84\uc804\uc744 \ub2e4\uc6b4\ub85c\ub4dc<br \/>&nbsp; &nbsp; \uc608) msys2-base-x86_64-20231026.sfx<br \/><br \/>2.msys2.exe \uc2e4\ud589<br \/><br \/>3.\ud328\ud0a4\uc9c0 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \ubca0\uc774\uc2a4 \ud328\ud0a4\uc9c0 \uc5c5\ub370\uc774\ud2b8<br \/>&nbsp; pacman -Syu --noconfirm<br \/><br \/>4.\ubca0\uc774\uc2a4 \ud328\ud0a4\uc9c0\ub4e4\uc758 \ub098\uba38\uc9c0\ub4e4 \uc5c5\ub370\uc774\ud2b8<br \/>&nbsp; pacman -Su --noconfirm<br \/><br \/>5. msys2.exe \uc2e4\ud589 \ud6c4 \ucd94\uac00 \ud328\ud0a4\uc9c0 \uc124\uce58<br \/>&nbsp; \u203b\ud328\ud0a4\uc9c0 \ubaa9\ub85d \uac80\uc0c9:<br \/>&nbsp; &nbsp; <a href=\"https:\/\/packages.msys2.org\/queue\" target=\"_blank\" rel=\"noopener\">https:\/\/packages.msys2.org\/queue<\/a><br \/>&nbsp; &nbsp; <a href=\"https:\/\/repo.msys2.org\/msys\" target=\"_blank\" rel=\"noopener\">https:\/\/repo.msys2.org\/msys<\/a><br \/><br \/>&nbsp; pacman -Su --noconfirm<br \/>&nbsp; pacman -S --noconfirm bzip2<br \/>&nbsp; pacman -S --noconfirm curl<br \/>&nbsp; pacman -S --noconfirm diffutils<br \/>&nbsp; pacman -S --noconfirm file<br \/>&nbsp; pacman -S --noconfirm gawk<br \/>&nbsp; pacman -S --noconfirm gnupg<br \/>&nbsp; pacman -S --noconfirm grep<br \/>&nbsp; pacman -S --noconfirm gzip<br \/>&nbsp; pacman -S --noconfirm lftp<br \/>&nbsp; pacman -S --noconfirm libiconv<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-astyle<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-binutils<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-bzip3<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-dnslookup<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-ntldd<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-png2ico<br \/>&nbsp; pacman -S --noconfirm mosh<br \/>&nbsp; pacman -S --noconfirm mutt<br \/>&nbsp; pacman -S --noconfirm openssh<br \/>&nbsp; pacman -S --noconfirm openssl<br \/>&nbsp; pacman -S --noconfirm procps-ng<br \/>&nbsp; pacman -S --noconfirm psmisc<br \/>&nbsp; pacman -S --noconfirm rsync<br \/>&nbsp; pacman -S --noconfirm sshpass<br \/>&nbsp; pacman -S --noconfirm tar<br \/>&nbsp; pacman -S --noconfirm unzip<br \/>&nbsp; pacman -S --noconfirm wcd<br \/>&nbsp; pacman -S --noconfirm wget<br \/>&nbsp; pacman -S --noconfirm whois<br \/>&nbsp; pacman -S --noconfirm xz<br \/>&nbsp; pacman -S --noconfirm zip<br \/>&nbsp; pacman -Su --noconfirm<br \/><br \/>6. \ubd88\ud544\uc694\ud55c \ud30c\uc77c \uc815\ub9ac \ubc0f \/bin\uc73c\ub85c \uc2e4\ud589\ud30c\uc77c \ubab0\uc544\ub123\uae30<br \/>&nbsp; MKDIR bin<br \/>&nbsp; MOVE \/Y %CD%\\usr\\bin\\*.* %CD%\\bin<br \/>&nbsp; MOVE \/Y %CD%\\mingw64\\bin\\*.* %CD%\\bin<br \/>&nbsp; DEL \/F \/Q %CD%\\bin\\*.<br \/>&nbsp; DEL \/F \/Q %CD%\\bin\\*.sh<br \/>&nbsp; ATTRIB +A -S -H -R \/D \/S %CD%\\bin<br \/>&nbsp; ATTRIB +A -S -H -R \/S %CD%\\bin\\*.*<br \/>&nbsp; DEL \/F \/Q %CD%\\*.*<br \/>&nbsp; RMDIR \/S \/Q %CD%\\clang32<br \/>&nbsp; RMDIR \/S \/Q %CD%\\clang64<br \/>&nbsp; RMDIR \/S \/Q %CD%\\clangarm64<br \/>&nbsp; RMDIR \/S \/Q %CD%\\dev<br \/>&nbsp; RMDIR \/S \/Q %CD%\\etc<br \/>&nbsp; RMDIR \/S \/Q %CD%\\home<br \/>&nbsp; RMDIR \/S \/Q %CD%\\mingw32<br \/>&nbsp; RMDIR \/S \/Q %CD%\\mingw64<br \/>&nbsp; RMDIR \/S \/Q %CD%\\opt<br \/>&nbsp; RMDIR \/S \/Q %CD%\\tmp<br \/>&nbsp; RMDIR \/S \/Q %CD%\\ucrt64<br \/>&nbsp; RMDIR \/S \/Q %CD%\\usr<br \/>&nbsp; RMDIR \/S \/Q %CD%\\var<br \/>&nbsp; CD ..<br \/>&nbsp; REN msys64 cmd_msys2_64bit<br \/><br \/>7. nircmd \ub2e4\uc6b4\ub85c\ub4dc<br \/>&nbsp; <a href=\"https:\/\/www.nirsoft.net\/utils\/nircmd.zip\" target=\"_blank\" rel=\"noopener\">https:\/\/www.nirsoft.net\/utils\/nircmd.zip<\/a><br \/>&nbsp; \ub2e4\uc6b4\ub85c\ub4dc \ubc1b\uc544 \/bin\uc5d0 \ub123\ub294\ub2e4.<br \/><br \/>\u25a0mingw GCC \uc124\uce58<br \/>&nbsp; pacman -S --noconfirm --needed base-devel mingw-w64-x86_64-toolchain<br \/><br \/>\u25a0Python PIP \uc124\uce58<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-python-pip<br \/><br \/>\u25a0CLang \uc124\uce58<br \/>&nbsp; pacman -S --noconfirm mingw-w64-x86_64-clang<\/span>\n","protected":false},"excerpt":{"rendered":"<p>1. msys2 base \ub2e4\uc6b4\ub85c\ub4dc&nbsp; https:\/\/repo.msys2.org\/distrib\/x86_64\/&nbsp; \uc5d0\uc11c \ucd5c\uc2e0\ubc84\uc804\uc744 \ub2e4\uc6b4\ub85c\ub4dc&nbsp; &nbsp; \uc608) msys2-base-x86_64-20231026.sfx 2.msys2.exe \uc2e4\ud589 3.\ud328\ud0a4\uc9c0 \ub370\uc774\ud130\ubca0\uc774\uc2a4\uc640 \ubca0\uc774\uc2a4 \ud328\ud0a4\uc9c0 \uc5c5\ub370\uc774\ud2b8&nbsp; pacman -Syu &#8211;noconfirm 4.\ubca0\uc774\uc2a4 \ud328\ud0a4\uc9c0\ub4e4\uc758 \ub098\uba38\uc9c0\ub4e4 \uc5c5\ub370\uc774\ud2b8&nbsp; pacman -Su &#8211;noconfirm 5. msys2.exe \uc2e4\ud589 \ud6c4 \ucd94\uac00 \ud328\ud0a4\uc9c0 \uc124\uce58&nbsp; \u203b\ud328\ud0a4\uc9c0 \ubaa9\ub85d \uac80\uc0c9:&nbsp; &nbsp; https:\/\/packages.msys2.org\/queue&nbsp; &nbsp; https:\/\/repo.msys2.org\/msys &nbsp; pacman -Su &#8211;noconfirm&nbsp; pacman -S &#8211;noconfirm bzip2&nbsp; pacman -S &#8211;noconfirm curl&nbsp; pacman [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[],"class_list":["post-7910","post","type-post","status-publish","format-standard","hentry","category-computing_tools"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/7910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7910"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/7910\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}