October 24, 2021
[Solved][Linux] add-apt-repository: command not found
Last Updated on 2021-10-24 by Clay
Read More »[Solved][Linux] add-apt-repository: command not found“add-apt-repository: command not found” is a common error about command not found, but we cannot complete it with
search add-apt-repository
orapt install add-apt-repository
.In fact, we need to use
sudo apt install software-properties-common
to install.
[Solved][Linux] No Wi-Fi Adapter Found – Make sure you have a Wi-Fi adapter plugged and turned on
Last Updated on 2021-10-24 by Clay
Recently I reinstall my Linux operating system. In the process of installation, I disconnected to my Wifi device. But before I reinstall it, the device connected to Wifi is very successful.
Read More »[Solved][Linux] No Wi-Fi Adapter Found – Make sure you have a Wi-Fi adapter plugged and turned on[Solved][Linux] Use APT Command Error in New System: “Media change: please insert the disc labeled …”
Last Updated on 2021-10-24 by Clay
Today I reinstalled Debian that is a famous Linux distribution, but I got an warning to remind me the device cannot detect the Wifi device in installation… I always encountered some new problem every time I install the system.
Read More »[Solved][Linux] Use APT Command Error in New System: “Media change: please insert the disc labeled …”[Solved][Python] FileNotFoundError: [Errno 2] No such file or directory: ‘/tmp/pip-build-8lcjii2e/PyQt5/setup.py’
Last Updated on 2021-10-24 by Clay
Today when I configuring a new environment on new device (use pip3 install PyQt5
), I got the following error message: