-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of micro
on RedFlag Linux 🚩红旗
#2484
Comments
Citation: https://packages.debian.org/bullseye/amd64/micro/download :~$ sudo micro /etc/apt/sources.list try to add the repo to apt store as above and then deb http://ftp.cn.debian.org/debian bullseye main add one more row |
:~$ echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
:~$ sudo apt update
:~$ sudo apt install micro -y Add the repo prior install to make it ease~ |
下载后安装。 :~$ sudo apt install gdebi* -y
:~$ wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.8-1+b6_amd64.deb
:~$ sudo gdebi micro_2.0.8-1+b6_amd64.deb 添加仓库后更新下载安装。 :~$ echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
:~$ sudo apt update
:~$ sudo apt install micro -y |
$ curl -l http://ftp.cn.debian.org/debian/pool/main/m/micro/ | awk 'gsub("[ ]*", "", $2)' | awk '/amd64.deb/' | sed 's/<a\ href="\(.*\)">\(.*\)<\/a> \(.*\)/\1/' | awk 'gsub("%2B", "+", $0)' | awk '{print "wget http://ftp.cn.debian.org/debian/pool/main/m/micro/"$0}'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5387 0 5387 0 0 7173 0 --:--:-- --:--:-- --:--:-- 7163
wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-2+b1_amd64.deb
wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-3+b1_amd64.deb
wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.6-2~bpo10+1_amd64.deb
wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.8-1+b6_amd64.deb 以上链接列出所有 |
sudo apt-get install micro
already works at september 4th 2020.Originally posted by @gabrielcoronel in #583 (comment)
Always working fine with
sudo apt install micro
on ⚙️Kubuntu but just install UKylin🐉 and now RedFlag Linux 🚩...sudo apt install micro
doesn't work and then noticed that it might be 🍥 Debian 11 but not ♻️ Ubuntu...Install via snap as above by refer to https://snapcraft.io/install/micro/ubuntu doesn't work as well.
Eventually installed as below upon refer to https://packages.debian.org/bullseye/amd64/micro/download
Citation:https://www.geeksforgeeks.org/micro-lightweight-terminal-based-text-editor/
The text was updated successfully, but these errors were encountered: