gcc - 在win下载vim可以安装在ubuntu上面吗?
黄舟
黄舟 2017-04-22 08:55:28
0
7
498

我的电脑装了ubuntu但不能上网,所以想安装vim就只能在win下下载安装,但是不知道能不能安装,还有在哪里下呢?百度vim弹出来的网页,都感觉不靠谱。所以,在哪安装呢?
还有个问题,ubuntu上面写代码,gcc不是自带的额,所以,在哪可把gcc下载下来,安装在ubuntu上?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(7)
伊谢尔伦

Yes, Vim Lucid i386

Just download the deb package. If it is not this version of ubuntu, just change the address to your own version

GCC address: http://packages.ubuntu.com/zh-cn/lucid/i386/gcc

左手右手慢动作

Download the linux version of vim under win and then install it. It is available on github. You can search it and you will see it

伊谢尔伦

The core of this problem is how to connect ubuntu to the Internet.
;-P

黄舟

Why can’t Ubuntu access the Internet cafe? Is it the evil XX Internet client? Why not install a virtual machine in Windows to play Ubuntu

巴扎黑

Why can’t Ubuntu access the Internet? Don’t understand

小葫芦

Download source code

Unzip and enter the directory

./configure
make
make install

Perhaps you need to sudo apt-get install build-essentialdo it before compiling

PHPzhong

Use VirtualBox to virtualize an Ubuntu on Windows, use NAT for network connection, and execute in Ubuntu:
sudo apt-get install vim vim-gnome build-essential
Just install vim and gcc.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template