How to Install and Uninstall autofdo Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "autofdo" package

This guide let you learn how to install autofdo on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install autofdo

2. Uninstall "autofdo" package

In this section, we are going to explain the necessary steps to uninstall autofdo on openSuSE Tumbleweed:

$ sudo zypper remove autofdo

3. Information about the autofdo package on openSuSE Tumbleweed

Information for package autofdo:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : autofdo
Version : 0.18-5.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.2 MiB
Installed : No
Status : not installed
Source package : autofdo-0.18-5.8.src
Upstream URL : https://github.com/google/autofdo
Summary : A tool to convert perf.data profile to AutoFDO profile
Description :
This package contains a tool to convert perf.data profile to AutoFDO
profile that can be used by GCC and LLVM.
Each compiler is supported by a different tool. For GCC, use
'create_gcov'. For LLVM, use 'create_llvm_prof'. The two tools
have compatible command line flags. However, the outputs are
incompatible. You cannot use the profile generated for GCC in
LLVM and vice-versa.