Hello everyone. I am a new learner of Linux. Right now i am trying to install VLC. Despite trying the solutions on superuse.comstackexchange.com and tecmint.com i am not able to install VLC on my system. I am providing an image to help you undertand the problem.
these are epel and nux packages as at is showing at the end of the image. But i cant find them anywhere. Can you give me the latest packages for RHEL 7 links.
the highlighted are the results from the links that are shown at the link you provided. And i already tried this solution before posting the question here.
oh you already tried ok, once check whether both the repositories exists or not
#yum repolist
and also remove those repositories and intall them again and link provided for epel repository in the article is not working so try another link to configure epel repository.
also check those repositories are enabled or not by editing /etc/yum.repo.d/epel.repo and /etc/yum.repo.d/nux.repo
enabled=1 (if enabled =0 then change to 1)
for reinstalling repositories just remove the existing repos by using rpm
#rpm -ev epel-release***
and
#rpm -ev nux-desk****
please take a look at the image. It shows that nux and epel are installed but when i am trying to uninstall it then it says that these repos are not installed.