F5F Stay Refreshed Software Operating Systems How to install samba?

How to install samba?

How to install samba?

R
Rebekaa
Member
167
02-26-2023, 12:34 AM
#1
Linux ultra-nube is ready, understand? I'm attempting to set up samba for a file server, but the guide suggests running `sudo dnf install samba.x86_64`. When I try it, it prompts for a password and then displays: `sudo: dnf: command not found`. This means the package isn't installed correctly or the path is wrong. The error indicates the system can't locate the `dnf` command, possibly due to missing dependencies or an incorrect installation method. To fix, ensure DNF is properly installed and configured, or use a different package manager like yum or pacman. For clarity, this command tries to install Samba in x86_64 format, but the system can't find the necessary tools. The solution involves verifying package availability and adjusting the installation path accordingly.
R
Rebekaa
02-26-2023, 12:34 AM #1

Linux ultra-nube is ready, understand? I'm attempting to set up samba for a file server, but the guide suggests running `sudo dnf install samba.x86_64`. When I try it, it prompts for a password and then displays: `sudo: dnf: command not found`. This means the package isn't installed correctly or the path is wrong. The error indicates the system can't locate the `dnf` command, possibly due to missing dependencies or an incorrect installation method. To fix, ensure DNF is properly installed and configured, or use a different package manager like yum or pacman. For clarity, this command tries to install Samba in x86_64 format, but the system can't find the necessary tools. The solution involves verifying package availability and adjusting the installation path accordingly.

O
Oleamj
Junior Member
19
02-26-2023, 09:30 AM
#2
Install Samba using the package manager command.
O
Oleamj
02-26-2023, 09:30 AM #2

Install Samba using the package manager command.

N
Novaran
Member
62
02-26-2023, 11:52 PM
#3
You're running on Ubuntu. Use apt-get instead of dnf for package management.
N
Novaran
02-26-2023, 11:52 PM #3

You're running on Ubuntu. Use apt-get instead of dnf for package management.

_
_flower_power
Junior Member
17
03-17-2023, 05:05 AM
#4
Thanks!
_
_flower_power
03-17-2023, 05:05 AM #4

Thanks!