Yet another unofficial MATE Tweak package for Amazon Linux 2.
- Python:
sudo yum install python3-devel
- Python Modules:
- psutil:
sudo pip3 install psutil
- PyGObject:
sudo pip3 install PyGObject
- To install PyGObject, you also need the following packages:
- cairo-gobject-devel:
sudo yum install cairo-gobject-devel
- gobject-introspection-devel:
sudo yum install gobject-introspection-devel
- cairo-gobject-devel:
- To install PyGObject, you also need the following packages:
- setproctitle
sudo pip3 install setproctitle
- psutil:
-
Download the prebuilt package from the Release page.
-
Install the package.
sudo yum -y install mate-tweak-0.1.0-1.amzn2.x86_64.rpm
-
Logout and login.
- Docker
-
Clone this repository.
git clone https://github.com/albuild/mate-tweak.git
-
Go to the repository.
cd mate-tweak
-
Build a new image.
bin/build
-
Extract built packages from the built image. The packages will be copied to the ./rpm directory.
bin/cp
-
Delete the built image.
bin/rmi