`
eimhee
  • 浏览: 2151252 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Ubuntu: Fixing the “Not replacing deleted config file”.

 
阅读更多

Q. I am a new Ubuntu Linux use. I need to install a package called package.deb. I know I can use Synaptic package management to install packages from CD or Internet. But I want to install this special .deb file. So how can I install package?

A. You need to use dpkg package manager from shell/command prompt. dpkg is a tool to install, build, remove and manage packages. dpkg itself is controlled entirely via command line parameters. For example -i use to install .deb file.

How do I install .deb file?

To install package called package.deb type the following command:
Go to directory where package.deb is kept. For example if it is in /tmp directory:
$ cd /tmp
Type the following command:
$ sudo dpkg -i package.deb

0
1
分享到:
评论

相关推荐

    tomcat启动报错:java.util.zip.ZipException的解决方法

    org.apache.catalina.startup.ContextConfig.beforeStart Exception fixing docBase for context [/test] java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) ...

    Springer.The.Developer’s.Guide.to.Debugging.2008.pdf

    4 Fixing Memory Problems . . . . . . . . . . . . 33 4.1 Memory Management in C/C++ – Powerful but Dangerous . . . . 33 4.1.1 Memory Leaks . . . . . . . . . 34 4.1.2 Incorrect Use of Memory Management...

    Advanced MFC Programming

    1.5. Fixing the Size of Tool Bar 1.6. Adding Combo Box to Tool Bar 1.7. Modifying the Default Styles of Tool Bar 1.8. Dialog Bar 1.9. Resizable Dialog Bar Deriving New Class from CDialogBar Resizing ...

    Senfore_DragDrop_v4.1

    you attemt to run the demos without fixing this problem. Luckily it is very easy to make the forms work again; Just open the forms in the IDE, then select "Ignore All" when the IDE complains that this...

    ubuntu ref

    Ubuntu is one of the most popular Linux distributions, widely used by developers and system administrators for its stability, security, and robust package management system. This cheat sheet provides ...

    Keil.STM32G4xx_DFP.1.3.0.rar(STM32G4xx系列官方固件库驱动库板级支持包for Keil MDK 5)直接运行即可加载

    Fixing internal flash extra sector erasing on dual bank mode for dual bank config devices. Added global define USE_HAL_DRIVER and USE_FULL_LL_DRIVER to the component ::Device:STM32Cube Framework:STM32...

    cJSON-master.zip

    On Windows CMake is usually used to create a Visual Studio solution file by running it inside the Developer Command Prompt for Visual Studio, for exact steps follow the official documentation from ...

    2014高考英语完形填空基础极品训练题(8).doc

    fixing B. hiding C. dropping D. keeping 解析:此处表示作者专注地保持脸上的微笑,用 keeping。答案:D ( ) 10. A. where B. what C. how D. why 解析:作者没有看自己要去哪里,结果踩错了箱子,用 where 引导...

    Xcode Treasures: Master the Tools to Design, Build, and Distribute Great Apps

    Explore the major features of Xcode: project management, building UIs with storyboards, code editing, compiling apps, fixing bugs and performance problems, unit- and UI testing, and source code ...

    Keil.STM32F1xx_DFP.2.3.0.pack(STM32F1xx系列最新固件库for Keil MDK 5)

    Fixed case insensitive include of device header file (fixing build error on Linux). Updated CMSIS driver: CAN: Corrected MessageSend function to only access required data for sending Corrected abort...

    hadoop 2.7.6 eclipse插件

    Fixing permissions to correct value rwx------ 18/05/25 19:51:34 INFO input.FileInputFormat: Total input paths to process : 3 18/05/25 19:51:35 INFO mapreduce.JobSubmitter: number of splits:3 18/05/25...

    Keil.STM32G4xx_DFP.1.3.0.pack

    Fixing internal flash extra sector erasing on dual bank mode for dual bank config devices. Added global define USE_HAL_DRIVER and USE_FULL_LL_DRIVER to the component ::Device:STM32Cube Framework:STM32...

    Digging into WordPress.pdf

    9.3.1 Monitoring and Fixing Errors ...............................350 9.3.2 Alex King’s 404 Notifier Plugin .....................................................351 9.3.3 Broken Link Checker Plugin ....

    Unreal Engine 4.X By Example

    To create a basic actor, you can use the "Add New Actor" button in the toolbar or right-click in the viewport and select "Add Actor." Actors can be customized using the Details panel. ##### Objects,...

    JSR-133-Java Memory Model Specification 中文版+英文版+参考资料

    j-jtp02244-Java.theory.and.practice-Fixing.the.Java.Memory.Model.Part1/2.pdf Java Memory Model Pragmatics (transcript).pdf 读JSR133笔记 - 十年磨一剑 - ITeye博客.pdf The JSR-133 Cookbook.pdf jsr-133-...

    Visual Studio

    to learn more ,you can review the list of common issues and workarounds or examine the log file. Cordova 3.0 Plugin 安装 及"git" command line tool is not installed 根据...

    #GDC2018 Fixing_The_Hyperdrive_GDC_2018.pdf

    Session Description: With the release of Nsight 5.5, a subset of the key GPU hardware metrics we have been using at NVIDIA to come up with driver-side and application-side optimizations are finally ...

    Intergraph Standard File Formats (Element Structure)

    DGNLib is a small C/C++ library for reading and writing DGN files. ...The initial project is complete, but I am interested in fixing bugs and adding minor features. Improvements are welcome.

    Python程序设计(第二版).chm

    What's Python Not Good For? Part I: System Interfaces Chapter 2. System Tools Section 2.1. "The os.path to Knowledge" Section 2.2. Why Python Here? Section 2.3. System Scripting Overview ...

    Emacs25.2使用手册

    13 Commands for Fixing Typos ........................... 115 14 Keyboard Macros .................................... 121 15 File Handling ....................................... 129 16 Using Multiple ...

Global site tag (gtag.js) - Google Analytics