A memorandum to change to Manjaro Linux

I decided to change my home computer from Windows 10 to Manjaro Linux.

The story may be derailed, but since my home computer doubles as a game console, I used Windows, but there was an interesting project, so I would like to change it while contributing.

Valve announces compatibility layer "Proton" for running Windows games on Linux | SlackNote

Write to USB

Download iso and write to USB.

iso is here Manjaro --Downloads

Use balena Ether for writing.

balenaEtcher - Flash OS images to SD cards & USB drives

The UI is so good that you can probably operate it.

After writing, reboot and hit F12 or something repeatedly to enter UEFI, change the order of Boot Priority so that USB is read first.

So, when it is started, the time zone is Asia / Tokyo, the language is Japan, and the keyboard layout remains US (because it is a Majestouch MINLA user)

So, move to the live environment with enter where Boot: is written.

Install from the lower left corner of the live environment.

Various

--System update

$ sudo pacman -Syu

--Insert yay

It's a very rough understanding, but it's a tool that makes it easy to install AUR (Arch User Repository).

$ git clone https://aur.archlinux.org/yay
$ cd yay && makepkg -si --noconfirm && cd .. && rm -rf yay

--Insert Chrome

It's pretty easy with yay

$ yay -S google-chrome

--Allow Japanese input.

Please note that the official information is old and some parts cannot be used.

[Japanese Settings-Manjaro Linux](https://wiki.manjaro.org/index.php?title=%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE % E8% A8% AD% E5% AE% 9A)

I've set up ** Fcitx-Mozc installation and configuration ** here.

But there are some differences.

Old

$ sudo pacman -S fcitx-mozc fcitx-gtk2 fcitx-gtk3 fcitx-qt4

new(Please use this)

$ sudo pacman -S fcitx-mozc fcitx-gtk2 fcitx-gtk3 fcitx-qt5

All you have to do is follow the official rules.

By the way, how do you actually switch! If I was feeling that it was a US keyboard, I could switch it with ** Ctrl + Space **.

Now that I can do what I want to do, I'll put a brush on it.

If you want to install something, it seems better to go to see if it is in AUR, so I want to remember only that.

reference

-Edit "Change to Manjaro Linux"-Qiita -Install yay on Arch Linux-Qiita -Install Manjaro-Qiita -Introduction of yay-Qiita

Recommended Posts

A memorandum to change to Manjaro Linux
manjaro linux configuration memorandum
A super introduction to Linux
linux memorandum
How to display emoji on Manjaro Linux
[V11 ~] A memorandum to put in Misskey
Linux memorandum [links]
[Linux] Introduction to Linux
A memorandum to make WebDAV only with nginx
Try to create a new command on linux
How to create a shortcut command for LINUX
How to install Camunda Modeler on Manjaro Linux
[Linux command] A memorandum of frequently used commands
I want to generate a UUID quickly (memorandum) ~ Python ~
How to make Yubico Yubikey recognized in Manjaro Linux
A memorandum about matplotlib
Introduce serverspec to Linux
Linux basic command memorandum
How to install Linux on a 32bit UEFI PC
A memorandum on how to use keras.preprocessing.image in Keras
A memorandum about Nan.
A memorandum to run a python script in a bat file
Linux commands to remember
A memorandum of commands, packages, terms, etc. used in linux (updated from time to time)
How to create a local repository for Linux OS
Introducing a desktop environment to Arch Linux (LightDM + Xfce4)
A memorandum regarding Wifi connection when installing Arch Linux
How to build a Python environment on amazon linux 2
[Linux] Change user password
[Linux] How to put your IP in a variable
[Amazon Linux 2] Change from public key authentication to password authentication
[Django] A memorandum when you want to communicate asynchronously [Python3]
Change the Amazon Linux locale to Japan using Ansible's lineinfile
A memo on how to easily prepare a Linux exercise environment
A memorandum to register the library written in Hy in PyPI
[python] Change the image file name to a serial number
Steps to change partition including Linux system area and boot area
[Linux] Copy data from Linux to Windows with a shell script
Change the standard output destination to a file in Python
How to make a hacking lab-Kali Linux (2020.1) VirtualBox 64-bit Part 2-
How to make a hacking lab-Kali Linux (2020.1) VirtualBox 64-bit edition-
[Introduction to AWS] A memorandum of building a web server on AWS
I stumbled when I tried to install Basemap, so a memorandum
Assign a link-local address to Linux and use DNS-SD / SSDP
A quick introduction to pytest-mock
[Windows] RDP to Windows via Linux
[Learning memorandum] Introduction to vim
A memorandum of kernel compilation
A road to intermediate Python
How to change Jupyter layout
Linux a summary shortcut key
Add a dictionary to MeCab
How to call a function
Upload a file to Dropbox
Send a signal to subprocess
A small memorandum of openpyxl
[Linux] welcome to emergency mode!
How to hack a terminal
A memorandum about correlation [Python]
I tried to reintroduce Linux
A memorandum about Python mock