What is utils something like repo?

|
marcotrosi 2022-07-21 19:21:48
Jamerive 2022-07-21 19:21:10
By the way, @marcotrosi. Did you hear about Framework laptops. Seems a great project I want to become big because it is what we really need in the actual world of awful hardware with programmed obsolescence managed up to the ridiculous and insane…

frame.work

never heard of it. will have a look, thx

Jamerive 2022-07-21 19:25:54
marcotrosi 2022-07-21 19:21:48
never heard of it. will have a look, thx

here is the verge review of their new model. THe first company that build laptop that actually can be repaired.

https://www.theverge.com/23270191/framework-laptop-12th-gen-2022-review

Framework Laptop (2022) review: promises keptThe Verge
The upgradable thin and light gets 12th Gen processors.
raytracer9 2022-07-21 20:38:51
Jamerive 2022-07-21 19:21:10
By the way, @marcotrosi. Did you hear about Framework laptops. Seems a great project I want to become big because it is what we really need in the actual world of awful hardware with programmed obsolescence managed up to the ridiculous and insane…

frame.work

I had seen their first lineup launch, looked promising, thanks for sharing the video

smol_mazunki 2022-07-21 20:42:49
unixusergroup-47839.jpg
btw
Shah_baaz2 2022-07-22 12:20:14
Hi since learning linux and encountered this

Yum install yum-utils

What does it do could not able to get what it was written on web

marcotrosi 2022-07-22 12:21:03
it installs the yum-utils
Shah_baaz2 2022-07-22 12:21:40
And this as well

Yum-config-manager –enable 0l7_optional_latest 0l7_addons

Shah_baaz2 2022-07-22 12:22:00
marcotrosi 2022-07-22 12:21:03
it installs the yum-utils

What is utils something like repo?

marcotrosi 2022-07-22 12:22:43
a package
marcotrosi 2022-07-22 12:23:07
I assume yum is a package manager
marcotrosi 2022-07-22 12:23:14
let me check
marcotrosi 2022-07-22 12:23:39
https://linuxhint.com/check-available-package-yum/

How to Check if a Package is Available In YumLinuxhint
Yellowdog Updater Modified or Yum for short is a package management tool for RPM packages. It is popular in the REHL family of Linux distributions, including CentOS and Fedora. Like popular package managers, Yum works via repositories that contain collections of tools in rpm format. How to check if a package is available in Yum is explained in this article.
marcotrosi 2022-07-22 12:24:01
https://access.redhat.com/sites/default/files/attachments/rh_yum_cheatsheet_1214_jcs_print-1.pdf

Shah_baaz2 2022-07-22 12:24:15
marcotrosi 2022-07-22 12:24:01
https://access.redhat.com/sites/default/files/attachments/rh_yum_cheatsheet_1214_jcs_print-1.pdf

That will help thanks ☺️☺️☺️

marcotrosi 2022-07-22 12:25:16
to everyone who doesn’t want to use LaTeX

and groff is probably already installed on your system

marcotrosi 2022-07-22 12:25:51
here also some videos from Luke Smith on groff
Shah_baaz2 2022-07-22 12:31:27
I have installed any package for example (unzip or bc ) with root user through yum utils

And i want that package can be used by all user lower privileged than root
So how i can give permission to other user to use that app

raytracer9 2022-07-22 12:32:04
marcotrosi 2022-07-22 12:25:51
here also some videos from Luke Smith on groff

I got familiar and started using latex after seeing his videos, made project reports and presentations for college with latex

marcotrosi 2022-07-22 12:32:51
Shah_baaz2 2022-07-22 12:31:27
I have installed any package for example (unzip or bc ) with root user through yum utils

And i want that package can be used by all user lower privileged than root
So how i can give permission to other user to use that app

have you tried using it with a normal user?

marcotrosi 2022-07-22 12:33:22
cause it should work
marcotrosi 2022-07-22 12:33:41
if the root user installs a package it doesnt mean that only the root user can use it
Shah_baaz2 2022-07-22 12:35:14
marcotrosi 2022-07-22 12:32:51
have you tried using it with a normal user?

Yes tried that got permission denied and Also got a mail as well inside /var/spool/mail/root

Exact error is

Got permission denied while trying to connect to the docker daemon socket at unix://var/run/docker.sock

marcotrosi 2022-07-22 12:38:01
I cant help with Docker stuff, I have no clue how this black magic works
Shah_baaz2 2022-07-22 12:50:41
Docker is just like other services which we install on our systems
Shah_baaz2 2022-07-22 13:02:11
Added the user in sudoers and it worked
Shah_baaz2 2022-07-22 15:28:53
Why it is not possible that other user cannot install anything without the entry in sudoers file
Carlo Chech 2022-07-22 16:29:53
Shah_baaz2 2022-07-22 12:35:14
Yes tried that got permission denied and Also got a mail as well inside /var/spool/mail/root

Exact error is

Got permission denied while trying to connect to the docker daemon socket at unix://var/run/docker.sock

add yourself to docker group

Carlo Chech 2022-07-22 16:30:39
for the connection issue not for sudo superpowers
Carlo Chech 2022-07-22 16:31:15
usermod -aG docker $USER
marcotrosi 2022-07-23 20:13:58
hello and welcome @yasinguzel
yasinguzel 2022-07-23 20:20:23
Hi!
smol_mazunki 2022-07-23 20:53:33
@ceda_ei

find -not -path ‘./.cache*’ | wofi -d

smol_mazunki 2022-07-23 20:53:42
honestly not too bad
smol_mazunki 2022-07-23 20:54:05
but i have to say it’s a bit laggy to start up lol
smol_mazunki 2022-07-23 20:54:41
fzf doesn’t work well with pipes?
|