当前位置:网站首页>Deb file installation
Deb file installation
2022-07-02 00:46:00 【u013250861】
Use dpkg Command to install .deb file
Use -i Parameters .
sudo dpkg -i ./google-chrome-stable_current_amd64.deb
1
If you encounter any problems with missing dependencies , You must run the following apt Command to repair it :
sudo apt install -f
1
To pass the dpkg Command delete package , We will use -r Parameters in the following example :
sudo dpkg -r Google-chrome-stable
1
Use APT Command to install .deb file
Use apt install.
sudo apt install ./google-chrome-stable_current_amd64.deb
Do you want to continue? [Y/n]
1
2
By typing Y Will continue to install . such , All required application dependencies will also be installed .
We can use apt Of remove Option to delete google chrome:
sudo apt remove google-chrome-stable
…
Do you want to continue? [Y/n]
1
2
3
such , Only google-chrome-stable The package will be deleted . And then run apt autoremove To delete all dependencies that are no longer needed .
Reference material :
deb Files installed
边栏推荐
- Promise and modular programming
- Common loss function of deep learning
- [cascade classifier training parameters] training Haar cascades
- Node——生成微信权限验证配置
- [conference resources] the Third International Conference on Automation Science and Engineering in 2022 (jcase 2022)
- SQL Server 安裝指南
- I want to ask, which is the better choice for securities companies? I don't understand. Is it safe to open an account online now?
- Summary of Aix storage management
- Synthetic watermelon game wechat applet source code / wechat game applet source code
- 挖财学堂开户打新债安全可靠嘛?
猜你喜欢

export default 导出的对象,不能解构问题,和module.exports的区别

2022 safety officer-b certificate examination practice questions simulated examination platform operation

King combat power query renamed toolbox applet source code - with traffic main incentive advertisement

创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03

B tree and b+tree of MySQL

Upgraded wechat tool applet source code for mobile phone detection - supports a variety of main traffic modes

Xinniuniu blind box wechat applet source code_ Support flow realization, with complete material pictures
![Flow control statement of SQL data analysis [if, case... When detailed]](/img/7b/eabb0700936d34a3a145737580be88.png)
Flow control statement of SQL data analysis [if, case... When detailed]

Using multithreaded callable to query Oracle Database

Barbie q! How to analyze the new game app?
随机推荐
An intern's journey to cnosdb
Comprehensive usage and case questions of sub query of SQL data analysis [patient sorting]
Qt5.12.9 migration tutorial based on Quanzhi H3
Halcon knowledge: an attempt of 3D reconstruction
Bc35 & bc95 onenet mqtt (old)
The new version of graphic network PDF will be released soon
Gaussdb (for MySQL):partial result cache, which accelerates the operator by caching intermediate results
Leetcode skimming: binary tree 03 (post order traversal of binary tree)
Is it safe and reliable to open an account in Caixue school and make new debts?
Is the securities account given by qiniu business school safe? Where can I open an account
Advanced skills of testers: a guide to the application of unit test reports
工作中非常重要的测试策略,你大概没注意过吧
cookie、session、tooken
【八大排序③】快速排序(动图演绎Hoare法、挖坑法、前后指针法)
【CTF】bjdctf_ 2020_ babystack2
SSO single sign on implementation.
Leetcode skimming: stack and queue 01 (realizing queue with stack)
Viewing and modifying volume group attributes of Aix storage management (II)
Node -- add compressed file
Node——Egg 创建本地文件访问接口