Q. I have created my own patch files on the drive. How do I add all those directories into Suse Linux YaST as an installation source? I would like to install packages from YaST itself. Whenever I try to add it gives me an error:
unable to create installation source
A. Yet another Setup Tool (YaST), is an operating system setup and configuration tool that is featured in the SUSE Linux Linux distribution. It is also part of the defunct United Linux. AutoYaST allows unattended and automated installation and is based on YaST.
YaST2 is a fairly complete and competent tool for administering a SUSE Linux installation. It allows administrators to install software, configure hardware, setup networks and servers and more.
Make sure you have createrepo installed.
To make your own repositories, type the command:
# createrepo
For example if /opt/packages is your directory, type the command:
# createrepo /opt/packages
You could now add the source into the YaST installation source as a directory.
Now run yast again.
🐧 0 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |