Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Mesa 19.1.4 in Ubuntu 18.04Compact 19.04

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

The knowledge of this article "how to install Mesa 19.1.4 in Ubuntu 18.04Universe 19.04" is not understood by most people, so the editor summarizes the following content, detailed content, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this article "how to install Mesa 19.1.4 in Ubuntu 18.04max 19.04".

Mesa 3D is an open source 3D computer graphics library under the MIT license, which implements the application program interface of OpenGL in the form of open source.

Installation method:

1. Open the terminal with Ctrl + Alt + T keyboard shortcuts or search for "Terminal" from the application menu. When on, run the command:

Linuxidc@linuxidc:~/www.linuxboy.net$ sudo add-apt-repository ppa:ubuntu-x-swat/updates

Type the user password when prompted (no asterisk feedback), and then press Enter to continue.

two。 After adding the PPA, update the system with the command:

Linuxidc@linuxidc:~/www.linuxboy.net$ sudo apt-get dist-upgrade

Apt-get update is no longer required in Ubuntu 18.04 because adding PPA automatically flushes the system package cache.

3. Finally, check the driver version with the command:

Linuxidc@linuxidc:~/www.linuxboy.net$ glxinfo | grep "OpenGL version"

OpenGL version string: 3.0 Mesa 19.1.4

Uninstall:

To restore the changes and downgrade to the default driver provided in Ubuntu 18.04, run the command:

Linuxidc@linuxidc:~/www.linuxboy.net$ sudo apt-get install ppa-purge & & sudo ppa-purge ppa:ubuntu-x-swat/updates

The above is about the content of this article on "how to install Mesa 19.1.4 in Ubuntu 18.04 Universe 19.04". I believe we all have some understanding. I hope the content shared by the editor will be helpful to you. If you want to know more about it, please follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report