{"id":11192,"date":"2023-05-06T14:07:47","date_gmt":"2023-05-06T05:07:47","guid":{"rendered":"https:\/\/lab4ict.com\/system\/?p=11192"},"modified":"2024-02-08T07:23:31","modified_gmt":"2024-02-07T22:23:31","slug":"ubuntu-desktop-22-04%e3%81%abwine%e3%82%92%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e3%81%99%e3%82%8b%ef%bc%81","status":"publish","type":"post","link":"https:\/\/lab4ict.com\/system\/archives\/11192","title":{"rendered":"Ubuntu Desktop 22.04\u306bWine\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\uff01"},"content":{"rendered":"<p>Ubuntu Desktop 22.04\u306b\u3001Wine\uff08WineHQ\uff09\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<br \/>\n<!--more--><\/p>\n<h2>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u74b0\u5883\u3092\u78ba\u8a8d\u3059\u308b\uff01<\/h2>\n<p>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u74b0\u5883\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ hostnamectl\r\n Static hostname: vmsubu01\r\n       Icon name: computer-vm\r\n         Chassis: vm\r\n      Machine ID: 60e6dcede13a4ffb8abd1eaa75e7b273\r\n         Boot ID: 622ae66e6f634e31867e1db57d08e452\r\n  Virtualization: oracle\r\nOperating System: Ubuntu 22.04.2 LTS              \r\n          Kernel: Linux 5.19.0-41-generic\r\n    Architecture: x86-64\r\n Hardware Vendor: innotek GmbH\r\n  Hardware Model: VirtualBox\r\n<\/pre>\n<h2>32bit\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3092\u6709\u52b9\u5316\u3059\u308b\uff01<\/h2>\n<p>32bit\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u3092\u6709\u52b9\u5316\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo dpkg --add-architecture i386\r\n<\/pre>\n<h2>WineHQ\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u8ffd\u52a0\u3059\u308b\uff01<\/h2>\n<p>WineHQ\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u8ffd\u52a0\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,2,13]; title: ; notranslate\" title=\"\">\r\n$ sudo mkdir -pm755 \/etc\/apt\/keyrings\r\n$ sudo wget -O \/etc\/apt\/keyrings\/winehq-archive.key https:\/\/dl.winehq.org\/wine-builds\/winehq.key\r\n--2023-05-06 13:52:27--  https:\/\/dl.winehq.org\/wine-builds\/winehq.key\r\nResolving dl.winehq.org (dl.winehq.org)... 151.101.110.217\r\nConnecting to dl.winehq.org (dl.winehq.org)|151.101.110.217|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 3220 (3.1K) &#x5B;application\/pgp-keys]\r\nSaving to: \u2018\/etc\/apt\/keyrings\/winehq-archive.key\u2019\r\n\r\n\/etc\/apt\/keyrings\/winehq-arch 100%&#x5B;=================================================&gt;]   3.14K  --.-KB\/s    in 0s      \r\n\r\n2023-05-06 13:52:27 (9.88 MB\/s) - \u2018\/etc\/apt\/keyrings\/winehq-archive.key\u2019 saved &#x5B;3220\/3220]\r\n$ sudo wget -NP \/etc\/apt\/sources.list.d\/ https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/dists\/jammy\/winehq-jammy.sources\r\n--2023-05-06 13:52:51--  https:\/\/dl.winehq.org\/wine-builds\/ubuntu\/dists\/jammy\/winehq-jammy.sources\r\nResolving dl.winehq.org (dl.winehq.org)... 151.101.110.217\r\nConnecting to dl.winehq.org (dl.winehq.org)|151.101.110.217|:443... connected.\r\nHTTP request sent, awaiting response... 200 OK\r\nLength: 163\r\nSaving to: \u2018\/etc\/apt\/sources.list.d\/winehq-jammy.sources\u2019\r\n\r\nwinehq-jammy.sources          100%&#x5B;=================================================&gt;]     163  --.-KB\/s    in 0s      \r\n\r\n2023-05-06 13:52:51 (4.33 MB\/s) - \u2018\/etc\/apt\/sources.list.d\/winehq-jammy.sources\u2019 saved &#x5B;163\/163]\r\n<\/pre>\n<h2>WineHQ\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u60c5\u5831\u3092\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3059\u308b\uff01<\/h2>\n<p>WineHQ\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u60c5\u5831\u3092\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo apt update\r\n<\/pre>\n<h2>WineHQ\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\uff01<\/h2>\n<p>WineHQ\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ sudo apt install --install-recommends winehq-stable\r\n<\/pre>\n<h2>WineHQ\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d\u3059\u308b\uff01<\/h2>\n<p>\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305fWineHQ\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1]; title: ; notranslate\" title=\"\">\r\n$ wine --version\r\nwine-8.0.1\r\n<\/pre>\n<h2>\u304a\u308f\u308a\u306b<\/h2>\n<p>Ubuntu Desktop 22.04\u3078\u306eWineHQ\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u3001WineHQ\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u304b\u3089\u884c\u3044\u307e\u3059\u3002<\/p>\n<h2>\u53c2\u8003\u60c5\u5831\uff08WineHQ\uff09<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.winehq.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">WineHQ<\/a><\/li>\n<\/ul>\n<h2>\u53c2\u8003\u60c5\u5831\uff08Ubuntu\uff09<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.ubuntu.com\/desktop\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu Desktop<\/a><\/li>\n<li><a href=\"https:\/\/www.ubuntu.com\/desktop\/developers\" target=\"_blank\" rel=\"noopener noreferrer\">Ubuntu Desktop for developers<\/a><\/li>\n<li><a href=\"https:\/\/blog.ubuntu.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">ubuntu blog<\/a><\/li>\n<li><a href=\"https:\/\/wiki.ubuntu.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">ubuntu wiki<\/a><\/li>\n<\/ul>\n<h2>\u95a2\u9023\u8a18\u4e8b<\/h2>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/11140\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Ubuntu Desktop 22.04\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/fi_ubuntu_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011Ubuntu Desktop 22.04\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01<\/div><div class=\"substr\">Ubuntu Desktop 22.04 LTS\u3092\u4f7f\u3044\u3053\u306a\u3059\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<h2>\u95a2\u9023\u66f8\u7c4d\uff08Amazon\uff09<\/h2>\n<p><a href=\"https:\/\/amzn.to\/3vqrEPc\" rel=\"noopener\" target=\"_blank\"><img decoding=\"async\" class=\"paapi5-pa-product-image-source\" src=\"https:\/\/m.media-amazon.com\/images\/I\/51p2j7BlgUL._SL160_.jpg\" alt=\"N\/A\"><\/a><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ubuntu Desktop 22.04\u306b\u3001Wine\uff08WineHQ\uff09\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":5284,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[237],"tags":[51,274,275,276],"class_list":["post-11192","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ubuntu-desktop-2204","tag-ubuntu","tag-ubuntu-desktop","tag-wine","tag-winehq"],"_links":{"self":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/11192","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/comments?post=11192"}],"version-history":[{"count":10,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/11192\/revisions"}],"predecessor-version":[{"id":15909,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/11192\/revisions\/15909"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media\/5284"}],"wp:attachment":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media?parent=11192"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/categories?post=11192"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/tags?post=11192"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}