我的 Ubuntu 装机必备软件

本文列举了在Ubuntu系统中安装必备的软件,包括Ubuntu安装u盘制作工具、中科大镜像源、NVIDIA显卡驱动、搜狗输入法、Git、ROS Kinetic、Chrome、VSCode及必备插件、Vim、Clion、PyCharm、Exfat支持、Terminator、Opera、Typora、Matlab、Dropbox、TeamViewer、RoboWare、温度监控工具和Okular PDF阅读器。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

我的 Ubuntu 装机必备软件

Ubuntu的安装u盘制作

参考:https://www.jianshu.com/p/e2f41e217109

添加中科大镜像源

NVIDIA显卡驱动的安装

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
卸载旧显卡驱动
sudo service lightdm stop
sudo apt-get install nvidia-410 nvidia-settings
sudo service lightdm start

这部分待检验

安装sogou输入法

下载安装

前往网址:https://pinyin.sogou.com/linux/?r=pinyin
下载linux最新版本,安装输入法

配置
系统设置->语言支持 改为fcitx
重新启动,在右上角选择输入法setting,加入汉语
在sogou输入法设置中,将中英文切换从shift改为“无”

安装git

sudo apt-get install git
git的使用 # TODO

ROS kinetic installation

网址:http://wiki.ros.org/kinetic/Installation/Ubuntu

google chrome

网址:https://www.google.com/chrome/

vscode

网址:https://code.visualstudio.com/

必要的插件:
  1. Markdown all in one
  2. Vim
  3. XML tools
  4. leetcode

为了安装 leetcode插件,需要安装nodejs:

    sudo git clone https://github.com/nodejs/node.git
    sudo chmod -R 755 node
    cd node
    sudo ./configure
    sudo make -j10
    sudo make install

    查看版本: node --version OR node -v

vim

安装最新版vim

网址:https://github.com/vim/vim

sudo apt-get install libncurses5-dev libncursesw5-dev
cd vim/src
make -j
sudo make install
spacevim install
sudo apt install curl
curl -sLf https://spacevim.org/cn/install.sh | bash
重启两遍vim

Clion

网址:https://www.jetbrains.com/clion/download/#section=linux

用教育邮箱注册可以免费

Pycharm

网址:https://www.jetbrains.com/pycharm/download/#section=linux

用教育邮箱注册可以免费
pycharm的icon:https://blog.youkuaiyun.com/jpch89/article/details/81739176

ubuntu 支持exfat

sudo apt-get install exfat-utils

ubuntu 安装terminator

sudo apt-get update
sudo apt-get install terminator

opera

网址: https://www.opera.com/

Typora

https://typora.io/#linux

matlab

请参考博客:https://blog.youkuaiyun.com/qq_32892383/article/details/79670871

讲解十分详细,只是2.3.1和2.3.2的部分路径不正确,按照默认路径安装后,matlab路径不在博客的所述的路径中,在 /usr/local/MATLAB/R2017b/bin 中。

Matlab更新

其实对学生,Matlab是免费的,后悔以前没发现,通过Matlab官网验证后就可以下载最新版正版Matlab for Linux, Mac, Windows.

https://ww2.mathworks.cn/products/matlab.html

Matlab在Ubuntu下的icon

亲测可用:
sudo apt-get install matlab-support

dropbox

网址: https://www.dropbox.com/install

teamviewer

网址: https://www.teamviewer.com/en/download/linux/

RoboWare

网址: http://www.roboware.me/#/home

温度监控

sudo apt-get install lm-sensors hddtemp 
sudo sensors-detect 
sensors    # 一路yes
sudo apt-get install psensor 
psensor 

在preference中设置开机启动和顶部显示

Okular PDF阅读器

在ubuntu 18.04 中,直接通过Ubuntu Software 就可以安装最新版Okular

在ubuntu 16.04 中:

sudo apt-get install snapd
sudo snap install okular

关于中文显示

sudo apt-get install poppler-data
sudo apt-get install poppler-utils
Okular Configuration Reference

https://www.tuziang.com/combat/471.html

i9镇楼

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值