For example, we need install "unzip" command on a Ubuntu machine without Internet. On a online computer, google: unzip site:packages.debian.org, download unzip_6.0-8_i386.deb; scp unzip_6.0-8_i386 user@remoteServer:/home/user; on remoteServer: d…
installation - How to install Synaptic Package Manager? - Ask Ubuntu How to install Synaptic Package Manager?…
Ubuntu 解决:当执行sudo apt-get update或者sudo apt-get install命令是出现的 "apt-get 404 Not Found Package Repository Errors" 问题 和 "E: Some index files failed to download They have been ignored, or old ones used" 问题 当你执行sudo apt-get update命令的时候,如果你遇到…
Create an offline installation of Visual Studio 2017 RC ‎2016‎年‎12‎月‎7‎日                                                                                                  In this article Create a layout Install from a layout Update an installation lay…
转自:http://social.msdn.microsoft.com/Forums/sharepoint/zh-CN/08f90e0f-1f52-4eba-9f6e-4dd635ffaadc/sharepoint-server-2013-offline-installation-without-internet Step 1: Install Windows Server 2008 R2 with Service Pack 1 – Enterprise Edition Step 2: Inst…
Visual Studio is primarily designed for installation from an internet-connected machine, since many components are updated regularly. However, with some extra steps, it's possible to deploy Visual Studio in an environment where a working internet con…
Versioning information could not be retrieved from the NuGet package repository. Please try again later. vscode 修改文件 C:\Users\dong\.vscode\extensions\jmrog.vscode-nuget-package-manager-1.1.6\out\src\actions\add-methods>fetchPackageVersions.js 重启 VS C…
最简单最常用的方法是,使用如下命令更新到新的版本: sudo apt-get dist-upgrade 但是这个方法有时候不一定能起作用,那么可以使用以下直接替换的命令: sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list 对于 Linux Mint, 使用如下代码: sudo sed -i -e 's/archive.ubuntu.c…
sudo apt-get install mariadb-server[sudo] password for wadmin: Reading package lists... DoneBuilding dependency tree       Reading state information... DoneThe following additional packages will be installed:  galera-3 gawk libaio1 libconfig-inifiles…
Download and Installation sudo add-apt-repository ppa:damien-moore/codeblocks sudo apt update sudo apt install codeblocks Run codeblocks…
Reference Eclipse Launcher Running update manager from command line   好多次为window下的eclipse不能拿到linux下直接使用苦恼,幻想直接调用java -jar启动,这里有命令,但是如果所使用的共享库不兼容的话还是不行,如果兼容应该可以,加入丢了eclipse那个可恶的executable launcher的话.详情见官网help.     http://mcuoneclipse.com/2014/07/03/re…
playonlinux官网:https://www.playonlinux.com/en/ 帮助文档:https://www.playonlinux.com/en/documentation.html 使用发现通过playonlinux对windows应用支持略好,最佳方案还是虚拟机装windows系统. 预备条件winehq:https://wiki.winehq.org/Ubuntu 支持的应用截图如下: ---- Ubuntu Installing WineHQ packages If y…
添加源: debian源:deb [arch=amd64] https://packages.microsoft.com/debian/10/prod buster main ubuntu源:deb [arch=amd64] https://packages.microsoft.com/ubuntu/19.04/prod disco main apt install multiarch-support wget http://ftp.cn.debian.org/debian/pool/main/…
 APT(the Advanced Packaging Tool)是Ubuntu 软件包管理系统的高级界面,Ubuntu 是基于Debian的,APT由几个名字以“apt-”打头的程序组成.apt-get.apt-cache 和apt-cdrom是处理软件包的命令行工具.Linux命令—apt,也是其它用户前台程序的後端,如dselect 和aptitude. 作为操作的一部分, APT使用一个文件列出可获得软件包的镜像站点地址,这个文件就是/etc/apt/sources.list. APT是…
http://c-nergy.be/blog/?p=5305 Hello World, Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quite easy nowadays. B…
1.apt-get安装 可以使用apt-cache查询功能,找到对应的可用的ruby版本. $ sudo apt-cache search ruby #这个结果很长,我只截取最后与ruby有关的部分 ruby1. - Interpreter of object-oriented scripting language Ruby 1.8 ruby1.-dev - Header files for compiling extension modules for the Ruby 1.8 ruby1.-…
Introduction Java and the JVM (Java's virtual machine) are widely used and required for many kinds of software. This article will guide you through the process of installing and managing different versions of Java using apt-get.   Prerequisites To fo…
前言   根据参考文档简单记录Ubuntu系统安装docker的步骤 系统版本 panzi@ubuntu:~$ cat /etc/issue Ubuntu 16.04.5 LTS \n \l 移除旧版本 panzi@ubuntu:~$ sudo apt-get remove docker docker-engine docker.io Reading package lists... Done Building dependency tree Reading state information.…
ubuntu notes Table of Contents 1. backup data 2. Basics Ubuntu 3. Install, uninstall packages 4. Basic Unix 5. Glossary 6. FAQ 6.1. sudo: unable to resolve host 127.0.0.1localhost 6.2. check packages installed 6.3. Ubuntu on lenovo ideapad 100s 6.3.1…
操作 获取需要的deb包 #执行安装后,安装的包会保存在/var/cache/apt/archives 目录下 apt-get install vim #查看 正在处理用于 man-db (2.8.7-3) 的触发器 ... root@lenovo:/var/cache/apt/archives# ll 总用量 6740 drwxr-xr-x 3 root root 12288 12月 23 10:44 ./ drwxr-xr-x 3 root root 4096 12月 23 10:44 ..…
1. 先对系统进行更新 1.1 apt-get upgrade 1.2 去中国关于dockers的网站 http://get.daocloud.io/ 1.3 安装docker curl -sSL https://get.daocloud.io/docker | sh 1.4 如果你的电脑没有安装curl,执行:sudo apt install curl 1.5 若报错说 2 安装docker(ubuntu 16.04) Prerequisites To follow this tutorial…
一.作用 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址.和sources.list功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母.数字.下划线.英文句号组成).sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,通常用来安装第三方的软件. deb http://archive.ubuntu.com/ubuntu/ trusty…
点击阅读原文 一.作用 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址.和sources.list功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母.数字.下划线.英文句号组成).sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,通常用来安装第三方的软件. deb http://archive.ubuntu.com/ubuntu/…
使用PPA(Personal Package Archive)在ubuntu上安装emacs 1添加 PPA 到 apt repository 中:   $ sudo add-apt-repository ppa:cassou/emacs   $ sudo apt-get update   2然后,可以使用apt-get方便地下载Emacs  $ sudo apt-get install emacs24 emacs24-el emacs24-common-non-dfsg    …
http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported If you are using Ubuntu 15.04+, many issues are now solved, so there is no need to follow this guide except if you are using any Ubuntu…
一.作用 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址.和sources.list功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母.数字.下划线.英文句号组成).sources.list.d目录下的*.list文件为在单独文件中写入源的地址提供了一种方式,通常用来安装第三方的软件. deb http://archive.ubuntu.com/ubuntu/ trusty…
Source: http://hosam.wordpress.com/2009/07/25/opensolaris-2009-06-repository-iso-images-now-available/ OPENSOLARIS 2009.06 REPOSITORY ISO IMAGES NOW AVAILABLE     The pkg(5) team is pleased to announce that a snapshot of the OpenSolaris 2009.06 /rele…
原文:http://www.dev-metal.com/how-to-setup-latest-version-of-php-5-5-on-ubuntu-12-04-lts/ 最近遇到了要在ubuntu 12.04 上升级php版本的问题,下面是升级php到最新的版本的方法: Please note: This works fine. But this package will also upgrade your apache to version 2.4 which has different…
放弃了,半天弄不出一个方便的开放环境,还是现成的iDE方便 下载方法 https://www.sublimetext.com/docs/3/linux_repositories.html 首先安装Package Control https://packagecontrol.io/installation#st3 经过上面安装了Package Control后,我们就可以通过快捷键 Ctrl+Shift+P 打开Package Control来安装插件了.在打开的输入框中输入 install ,会…
官网介绍:https://wiki.qt.io/Install_Qt_5_on_Ubuntu Contents [hide]  1Install Qt 5 on Ubuntu 1.1Introduction 1.2Installation Guide 1.3Troubleshooting 1.4References Install Qt 5 on Ubuntu Introduction This is a tutorial for installation of Qt 5.7.0 to Ubun…