ubunut 18.04如何安装 wine?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubunut 18.04如何安装 wine?相关的知识,希望对你有一定的参考价值。

1、首先我们开机了后点menu,在里面点击软件包管理。

2、在弹出的管理器点击右上角的搜索框。

3、搜索wine点击它。

4、然后点击这个安装,在弹出的小菜单点击安装。

5、输入正确的管理员密码,接着wine将会安装到系统上的。

参考技术A

1、首先需要打开面板上的ubuntu软件管理中心来安装wine,然后直接在Ubuntu软件搜索栏中搜索关键词wine,点击安装即可:

2、安装完成后点击进入wine主程序的winetricks,这里有一个列表,可以根据需要选择安装的软件,点击install a app进入到列表中:

3、如果要安装一个新程序,可以点击列表中的软件,选择自己需要的安装即可就可以了。以上就是ubunut 18.04安装 wine的方法:

参考技术B 先得添加ubuntu-wine/ppa这个官方的源地址

指令是:sudo add-apt-repository ppa:ubuntu-wine/ppa

当然,你如果直接开始安装也是可以的,但是不能获取到最新的wine哦!建议以上的操作。
如何在ubuntu下安装wine

执行后

需要输入密码验证,如果您是第一次使用ubuntu,那么输入密码的时候是不会显示任何数据的,你只管按完密码然后按enter回车就可。

源添加完成后,如下图显示!
如何在ubuntu下安装wine

然后我们再更新安装包

安装包的更新指令是:sudo apt-get update 。

按enter执行!
如何在ubuntu下安装wine

更新过程会根据你的网络状况发生变化

如果你网速比较快,自然很快就能从源更新完成,不然会等很久,那么我们等待它更新完成后。

执行:sudo apt-get install wine1.7,然后按enter确定。
如何在ubuntu下安装wine

注意

如果你的系统是 i386即32位版本,那么就执行在1.7后面加上【-i386】。

否则可能安装不上wine的哦。
如何在ubuntu下安装wine

如果你想安装其它版本的wine。

那么可以在敲sudo apt-get install wine的时候,暂时不敲后面的版本。

按Tab键补全,在补全的介绍页面会出现很多版本的wine,选择一个,敲完剩下的部分命令执行就可以啦!
如何在ubuntu下安装wine

等待安装完成后配置

安装过程其实差不多算是一个下载过程,需要耐心等待,这个包貌似不在国内的服务器上。

等待安装完成后,我们就可以对它进行配置啦。

配置wine的指令是【winecfg】
如何在ubuntu下安装wine
如何在ubuntu下安装wine本回答被提问者采纳
参考技术C sudo apt install wine-stable
一个命令就搞定了啊

Sqlite文件在ubunut的查看

 

 

 

 

1.

How to list the tables in a SQLite database file that was opened with ATTACH?

 

The .tables, and .schema "helper" functions don\'t look into ATTACHed databases: they just query the SQLITE_MASTER table for the "main" database. Consequently, if you used

ATTACH some_file.db AS my_db;

then you need to do

SELECT name FROM my_db.sqlite_master WHERE type=\'table\';

Note that temporary tables don\'t show up with .tables either: you have to list sqlite_temp_masterfor that:

SELECT name FROM sqlite_temp_master WHERE type=\'table\';
  
  • 81
    Only "SELECT name FROM sqlite_master WHERE type=\'table\'" works for me – vladkras Dec 15 \'15 at 13:28
  • 2
    SELECT name FROM my_db.sqlite_master WHERE type=\'table\'; this does not work for me (for the attached DB) and it throws error as: no such table exist "my_db.sqlite_master" – kanika Jul 27 \'16 at 7:16
  •  
    what you meant by temporary tables? Are there any when I just opened SQLite db file? – Ewoks May 7 \'17 at 13:20
  •  
    Temporary tables are those created with CREATE TEMPORARY TABLE SQL commands. Their contents are dropped when the current database connection is closed, and they are never saved to a database file. – Anthony Williams May 8 \'17 at 14:37
  • 1
    Under sqlite3 command mode and run ATTACH "some_file.db" AS my_db; It worked! – John_J Dec 25 

 

 

 

 

2.You could attach another database file from the SQLite shell:

sqlite> attach database \'RelDb.sqlite\' as RelDb;

sqlite> .databases
main: /db/UserDb.sqlite
RelDb: /db/RelDb_1.sqlite

sqlite> .tables
RelDb.collectionRelationship  contentStatus               
RelDb.contentRelationship     genres                      
RelDb.leagueRelationship      recordingFilter             
RelDb.localizedString         syncedContentStatus         
accountLevelSettings          syncedThumbs                
collectionActivity            thumbs                      

The tables from this 2nd database will be accessible via prefix of the database:

sqlite> select count(*) from RelDb.localizedString;
2442

以上是关于ubunut 18.04如何安装 wine?的主要内容,如果未能解决你的问题,请参考以下文章

ubunut18.04 下安装 gitlab ce版,使用清华源

[ubuntu][原创]ubutnu18.04安装 deepin-wine

[ubuntu]ubuntu18.04利用wine安装最新版本的微信

ubuntu 18.04安装qq等应用

Ubunut16.04 安装 Theano+GPU

Ubuntu18.04下 QQ微信安装。deepinQQdeepin微信deepin百度网盘