ubuntu 16.04 install wine】的更多相关文章

from: https://wiki.winehq.org/Ubuntu If your system is 64 bit, enable 32 bit architecture (if you haven't already): sudo dpkg --add-architecture i386 Add the repository: wget https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key…
安装前先备份好系统! 继上一篇安装QQ的方法http://www.cnblogs.com/EasonJim/p/7425978.html,这一篇的QQ采用的是Wine模式安装.完美解决消息记录中文乱码的问题.如果你不想安装这个版本的QQ,可以通过注释isntall.sh脚本的QQ包. 声明:这些文件都是出自Deepin团队的作品. 说明:如果是基于Wine或者CrossOver模式的软件,在Ubuntu 16.04的导航条上都普遍有一个问题,当启动两个QQ或者迅雷+QQ,那么第一个启动的软件是无…
1.进入 http://www.ubuntukylin.com/application/show.php?lang=cn&id=279下载Wine QQ 2.解压压缩包 3.将文件夹中三个deb包依次安装 sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-2_all.deb sudo dpkg -i ttf-wqy-microhei_0.2.0-beta-2_all.deb sudo dpkg -i wine-qqintl_0.1.3-2_i386.deb 最…
说明: 1.使用的Wine版本是深度出品(Deepin),已经精简了很多没用的配置,使启动能非常快,占用资源小. 2.关于没有.wine文件夹的解决方法:在命令行上运行winecfg: 3.有可能在今年Web版的微信估计会挂掉,官方逐步在封杀,所以转投到Windows版的微信上,使用的是Wine版.参考:https://github.com/geeeeeeeeek/electronic-wechat/issues/594 4.在找Wine版的微信时发现这些deb包都是出在archlinux的,可…
1.安装源       sudo add-apt-repository ppa:wine/wine-builds       sudo apt-get update 2.安装wine      sudo apt-get install --install-recommends wine-staging      sudo apt-get install winehq-staging 3.卸载wine      1).卸载wine主程序,在终端里输入:        sudo apt-get re…
1.#先添加以下源 sudo add-apt-repository ppa:fcitx-team/nightly 2.#添加源之后需要更新一下系统 sudo apt-get update 3.#开始安装fcitx sudo apt-get install fcitx 4.#安装fcitx的配置工具 sudo apt-get install fcitx-config-gtk 5.#安装fcitx的table-all软件包 sudo apt-get install fcitx-table-all 6…
apt-get install r-base r-base-dev…
sudo apt-get update sudo apt-mark hold libreoffice sudo apt-get update && sudo apt-get upgrade uname -r sudo echo "blacklist nouveau" >> /etc/modprobe.d/blacklist.conf sudo echo "option nouveau modeset=0" >> /etc/mo…
ubuntu 16.04 install phpmyadmin $ apt install phpmyadmin 安装时出现一个错误: An error occurred while installing the database: │ │ mysql said: mysql: [Warning] mysql: Empty value for 'port' specified. │ Will throw an error in future versions ERROR 1819 (HY000)…
https://devops.profitbricks.com/tutorials/install-and-configure-apache-kafka-on-ubuntu-1604-1/ by hitjethvaon Oct 03, 2016   Intermediate Table of Contents Introduction Features Requirements Getting Started Installing Java Install ZooKeeper Install a…