当前位置:网站首页>[deepin] common sets
[deepin] common sets
2022-07-01 01:28:00 【Jiuyou little monster】
Daily system / Software / operation
Tips : aggregate
Catalog
Preface
for example : Support domestic
Tips : The following is the main body of this article , The following cases can be used for reference
One 、 install Fcitx5 typewriting
install Fcitx5 The input method needs to delete all the original input methods
1. uninstall fcitx typewriting
# Uninstall related software packages
sudo apt purge fcitx*
# Clean up dependency packages
sudo apt autoremove
# Delete profile directory
rm -rf ~/.config/fcitx
2. Install input method
sudo apt update
sudo apt install fcitx5 fcitx5-chinese-addons
Log out and log in again to enjoy
Two 、 install Docker and docker-compose
1. Uninstall the old version
sudo apt-get remove docker.io docker-engine
2. Installation dependent
sudo apt-get install apt-transport-https ca-certificates curl python-software-properties software-properties-common
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
# Check for successful installation
sudo apt-key fingerprint 0EBFCD88
3. Add software source
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian jessie stable"
# Or domestic
sudo add-apt-repository "deb [arch=amd64] https://mirrors.ustc.edu.cn/docker-ce/linux/debian jessie stable"
4. Install the software
# Update source
sudo apt-get update
sudo apt-get install docker-ce
# View version
sudo docker version
5. Improve the account situation (vscode Can't recognize docker)
sudo usermod -aG docker username( Your username )
6. install docker-compose
sudo wget -c -t 0 https://github.com/docker/compose/releases/download/1.25.1/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose
# Add execute permission
sudo chmod a+rx /usr/local/bin/docker-compose
docker-compose -v
# uninstall
sudo rm /usr/local/bin/docker-compose
3、 ... and 、 Solve the problem that the portable external keyboard cannot be pressed F1-F12
echo "options hid_apple fnmode=2" | sudo tee -a /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -u
Four 、apt Relevant command
1. Install the software
apt-get install PackageName // General installation
apt-get install PackageName=VersionName // Install the specified version of the specified package
apt-get --reinstall install PackageName // Install from New
apt-get build-dep PackageName // The compilation environment required to install the source package
apt-get -f install // Fix dependencies
apt-get source PackageName // Download the source code of the software package
2. uninstall
apt-get remove PackageName // Remove package , Keep profile
apt-get --purge remove PackageName // Remove package , Also delete profile
apt-get purge PackageName // Remove package , Also delete profile
apt-get autoremove PackageName // Remove package , At the same time, it is deleted as contentment dependency
// Software packages that are automatically installed and no longer used
apt-get --purge autoremove PackageName // Remove package , Delete profile ,
// Delete dependent packages that are no longer used
apt-get clean && apt-get autoclean // eliminate Downloaded packages and Old software package
3. to update
apt-get update // Update installation source (Source)
apt-get upgrade (PackageName) // Update installed packages
apt-get dist-upgrade // Update installed packages ( Identify and handle changes in dependencies )
4. Inquire about
dpkg -l // List all installed packages
apt-cache search PackageName // Search package
apt-cache show PackageName // Get information about the software package , As indicated 、 size 、 Version, etc
apt-cache depends PackageName // See what dependencies the package requires
apt-cache rdepends PackageName // Check which packages the package is supported by
apt-get check // Check for broken dependencies
summary
To learn more , Try more
边栏推荐
- Looksrare team's "cash out" caused disturbance
- 解析融合学科本质的创客教育路径
- 【Qt5-基础篇_1】从0开始,德天老师和你一起学习——窗口简介
- 蒹葭苍苍,白露为霜。
- 双位置继电器DLS-5/2 DC220V
- ORB-SLAM2源码学习(二)地图初始化
- Training discipline principle of robot programming
- 45岁程序员告诉你:程序员为什么要跳槽,太真实...
- 解析创客教育实践中的智慧原理
- Call the classic architecture and build the model based on the classic
猜你喜欢

ORB-SLAM2源码学习(二)地图初始化

Opencv basic operation 2 realizes label2rgb and converts gray-scale images into color images

ESP8266 RC522

Principes de formation de la programmation robotique

Construction and beautification of personal blog

uniapp官方组件点击item无效,解决方案

QT5-布局在创作中的理解应用

Solve idea:class' xxx 'not found in module' xxx‘
![Parity linked list [two general directions of linked list operation]](/img/4e/ce860bc172bb75f456427ba26a7842.png)
Parity linked list [two general directions of linked list operation]

fluttertoast
随机推荐
[Deepin] 常用集合
StrictMode分析Activity泄漏-StrictMode原理(3)
TypeError: Argument ‘angle‘ can not be treated as a double
Analyzing the wisdom principle in maker education practice
Kongyiji's first question: how much do you know about service communication?
二十多年来第一次!CVPR最佳学生论文授予中国高校学生!
解析融合学科本质的创客教育路径
文件服务设计
DLS-42/6-4 DC110V双位置继电器
Introduction and principle analysis of cluster and LVS
关于VCTK数据集
Chromatic judgement bipartite graph
pytorch编程知识(2)
系统设置大页
The liquor and tourism sector recovers, and Yaduo continues to dream of listing. How far is it from "the first share of the new accommodation economy"?
JS方法大全的一个小文档
visual studio 2019 快捷键备忘
06.论Redis持久化的几种方式
OCR的一些项目
Service grid ASM year end summary: how do end users use the service grid?