How to Install and Uninstall autofdo Package on openSUSE Leap

Last updated: May 09,2024

1. Install "autofdo" package

Please follow the steps below to install autofdo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install autofdo

2. Uninstall "autofdo" package

Please follow the step by step instructions below to uninstall autofdo on openSUSE Leap:

$ sudo zypper remove autofdo

3. Information about the autofdo package on openSUSE Leap

Information for package autofdo:
--------------------------------
Repository : Main Repository
Name : autofdo
Version : 0.18-bp155.3.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.4 MiB
Installed : No
Status : not installed
Source package : autofdo-0.18-bp155.3.10.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.