ubuntu安装vim解决无法安装的问题

ubuntu安装

https://blog.csdn.net/qq_34759481/article/details/81185165

vmtools安装

https://blog.csdn.net/qq_34759481/article/details/81384120

ubuntu上网

https://blog.csdn.net/qq_34759481/article/details/81186585

ubuntu初始化root密码

在vmtools安装中有提到,需要的话可以去找一下。

----------------------------------------------------------------------------------------------------------------------------------------------------

1.升级安装包

sudo apt-get update && sudoo apt-get upgrade

2.安装vim编辑器

sudo apt-get vim

扫描二维码关注公众号,回复: 2814738 查看本文章

3.安装arm-linux-gcc(有需要的话)

用arm-linux-gcc -v查看

4.如果第三步中将arm-linux-gcc文件安装到了ubuntu中,但是无法用arm-linux-gcc进行编译则执行

sudo apt-get install lsb-core

 

最后,有博主这几篇关于ubuntu的博客,对于ubuntu从0开始搭建到基本使用应该不会有什么太大的问题了,接下来就是好好学习linux了。

猜你喜欢

转载自blog.csdn.net/qq_34759481/article/details/81386570