How to install local .deb packages】的更多相关文章

如何安装本地的.deb包 usually I do dpkg -i <deb file>, it'll fail saying it needs dependencies. After that when you do an apt-get update it'll say at the end something like "dependencies are ready to install" I think it then advises to use apt-get…
Ubuntu Linux: How Do I install .deb Packages? Ubuntu Linux: How Do I install .deb Packages? by Nix Craft on June 22, 2006 · 63 comments· LAST UPDATED August 11, 2013 in Debian / Ubuntu, Package Management, Ubuntu Linux   I am a new Ubuntu Linux user.…
因为主机环境不能联外网,悲哀,所以只能想办法下载包,上传到主机来安装 环境:el6.x86_64 1. gem 安装[http://centos.ustc.edu.cn/centos/6/os/x86_64/Packages/] Ruby 1.9.2版本默认已安装Ruby Gem,如果你的版本低于这个?那就往下看吧安装gem 需要ruby的版本在 1.8.7 以上 # rpm -qa |grep rubyrubygems-1.3.7-5.el6.noarchruby-1.8.7.374-4.el…
在ubuntu14.04上用sudo apt-get install percona-xtrabackup安装xtrabackup时提示 zhj@my-SERVER:~$ sudo apt-get install percona-xtrabackup [sudo] password for zhj: Reading package lists... Done Building dependency tree Reading state information... Done You might…
安装pip3遇到:E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 具体如下: 尝试了:sudo apt-get -f install 不行,最后试了一下,发现安装所有软件都会出现这个问题. 解决方法:sudo apt-get --fix-broken install安装之后就可以安装其他软件了.…
1. The package we might need: 2. Install the package: Select Installer Download Extras Install the package you need 3. Check the result: For exmaple: Ace, if you install it, the template Editor won't be plain text anymore. It is more developer-friend…
extends:http://www.cnblogs.com/maxinliang/p/3583702.html 一.安装 到MySQL官网上http://dev.mysql.com/downloads/mysql/,下载mysql可安装dmg版本 比如:Mac OS X ver. 10.7 (x86, 64-bit), DMG Archive 下载完的文件为:mysql-5.6.10-osx10.7-x86_64.dmg 1.点击,安装包里的 2.点击安装 安装好后,会谈出一个默认密码的对话况…
在错误后面运行以下代码,补全依赖项: sudo apt-get -f install…
The article copied from http://ubuntuhandbook.org/index.php/2013/12/install-teamviewer-ubuntu-1404/ TeamViewer 9 Stable now is available. It features multiple connections in tabs, wake-on-lan, two step authentication, shared clipboard and more. This…
访问树莓派桌面,的另一种方式,就是使用Teamviewer. 参考这篇文章做了实验:http://www.linuxdiyf.com/linux/16887.html,对其中部分进行了件要整理和总结.如下: 1.下载Teamviewer进入 https://www.teamviewer.com/en/download/linux.aspx 下载 teamviewer_linux_x64.deb wget http://download.teamviewer.com/download/linux/…
use kubeadm in lab only,,, do not use it in production      install docker 1.12.6 -..   please noted not install the lasted version.      download kubernetes suits.     install from deb packages.     wget https://storage.googleapis.com/kubernetes-rel…
Install Docker on Ubuntu Estimated reading time: 17 minutes Docker is supported on these Ubuntu operating systems: Ubuntu Xenial 16.04 (LTS) Ubuntu Wily 15.10 Ubuntu Trusty 14.04 (LTS) Ubuntu Precise 12.04 (LTS) This page instructs you to install Doc…
### delete old version rm -rf /usr/local/lib/R /usr/lib/R ~/**/R sudo apt-get autoremove rstudio sudo apt-get autoremove r-base-core ### install new versionsudo sh -c 'echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" >> /etc/apt…
Install MongoDB on Debian¶ This tutorial outlines the steps to install MongoDB on Debian systems. The tutorial uses .deb packages to install. While some Debian distributions include their own MongoDB packages, the official MongoDB packages are genera…
For location based service, I try to use postgresql with postgis. You can download postgis from here. http://postgis.net/source It is recommended that you need to download and compile yourself since there are many packages dependencies need to be don…
http://www.tuicool.com/articles/v6j2Ab Snort is by far the most popular open-source network intrusion detection and prevention system (IDS/IPS) for Linux. Snort can conduct detailed traffic analysis, including protocol analysis, packet content search…
Install MongoDB > Install MongoDB Community Edition > Install MongoDB Community Edition on Linux > Install MongoDB Community Edition on Ubuntu Install MongoDB Community Edition on Ubuntu On this page Overview Packages Install MongoDB Community Ed…
Skip to end of metadata Added by Internal, last edited by Internal on Aug 25, 2014 Go to start of metadata 1. Install Server Backup Manager using YUM | 2. Install the Server Backup Manager manually using rpm | 3. Configure and start the Server Backup…
DPKG commands There are two actions, they are dpkg-query and dpkg-deb. Install a package # sudo dpkg -i {package_name} # sudo dpkg -i skype-ubuntu-precise_4.2.0.11-1_i386.deb Remove a package # sudo dpkg -r {package_name} # sudo dpkg -r vlc Remove a…
首先需要说明的是,根据Docker的官方文档,Docker的安装必须在64位的机子上.这里只说明Ubuntu 14.04与16.04,我成功安装成功过Ubuntu 14.04,16.04还没有测试过,若为Ubuntu 12.04参考官方文档. 官方文档地址:https://docs.docker.com/engine/installation/linux/ubuntulinux/ 建议先按照官方文档步骤安装,若读不懂可以参考我写的,有问题请给我留言 -----------------------…
Contents [hide]  1 Introduction 2 Our Sample Setup 3 Install Keepalived 4 Install Kernel Headers 5 Compile keepalived 6 Create Required Softlinks 7 Configuration 8 Verify: Keepalived Working Or Not 8.1 Sample outputs 8.2 Hugo said ... 8.3 YazzY said…
Elementary OS Freya 0.3.2 was officially out for public. As previous release, it comes pre-installed with Midori browser – a clean, lightweight, simple but beautiful web browser. However I prefer to use Google Chrome than Midori. This post will show…
How to install MP4box on CentOS 6 MP4Box is a MP4 multiplexer. It can import MPEG-4 video, DivX, XviD, 3ivx, h264 etc, audio streams and subtitles into the .mp4 container. The end result is a compliant MP4 stream. It can also extract streams from a .…
apt-get Use apt-get with the "--print-uris" option to do it. I also add "-qq" so it would be quiet. Create script: sudo apt-get <<>> --print-uris -qq | sed -n "s/'([^ ]+)' ([^ ]+) ([^ ]+) MD5Sum:([^ ]+)/wget -c \1/p&qu…
here you may find useful information: =====================X8---------------------------------8X============================= http://yysfire.github.io/linux/%E4%BB%8E%E6%BA%90%E4%BB%A3%E7%A0%81%E5%88%B6%E4%BD%9Cdeb%E5%8C%85%E7%9A%84%E4%B8%A4%E7%A7%8D…
执行 apt-get -f install 提示错误 分类: Linux 2015-01-24 21:26 554人阅读 评论(0) 收藏 举报 1. 问题: usloft1359:~# rvm install 2.2.0 Searching for binary rubies, this might take some time. No binary rubies available for: debian/6/x86_64/ruby-2.2.0. Continuing with compil…
Install Centrifugo and quick start Go is a perfect language - it gives developers an opportunity to have single binary executable file for application and cross-compile application on all target operating systems for distribution. This means that all…
1.对于ubuntu server默认无中文输入法框架,我比较倾向于我一直使用的ibus-sunpinyin.这里我需要先安装ibus的框架 不过我遇到了问题: dpkg: dependency problems prevent configuration of google-chrome-stable: google-chrome-stable depends on libappindicator1; however: Package libappindicator1 is not insta…
Easy Install Easy Install is a python module (easy_install) bundled with setuptools that lets you automatically download, build, install, and manage Python packages. Please share your experiences with us! If you encounter difficulty installing a pack…
制作deb包 方法一:checkinstall checkinstall的原理就是将make install的内容放到一个临时目录然后打包,只要能执行make install就能创建deb包,如果代码已经make install了,需要先执行make uninstall,不然会出现只打包库文件的软连接而没有打包库文件的情况.通过dpkg-deb -c可以查看deb包的文件是否正常. 设置打包环境 sudo apt-get install checkinstall 制作deb包 checkinst…