-1

I had a problem with my left audio front panel and I was trying to fix it. I searched for a solution for my problem in other sites and I execute a code to eliminate the pulse folder. However, the system settings and the control volume are missing now. I try to install gnome and pavucontrol. But the system returns the same message:

$ sudo apt-get install pavucontrol
Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

P.S. My Ubuntu is 17.10

Simon Sudler
  • 3,931
  • 3
  • 21
  • 34
Cássia
  • 11

1 Answers1

-1

Run sudo apt-get update first and then try sudo apt-get update --fix-missing.

If the Problem ist still there, you should consider upgrading to a newer version of Ubuntu, since 17.10 is not longer maintained.

Simon Sudler
  • 3,931
  • 3
  • 21
  • 34
  • The commands sudo apt-get update and sudo apt-get update --fix-missing didn't work. I installed the latest version of Ubuntu. Thank you. – Cássia Apr 20 '19 at 14:18
  • Why did you accept this answer if it didn't work? – xiota Jun 04 '19 at 19:20