AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • Início
  • system&network
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • Início
  • system&network
    • Recentes
    • Highest score
    • tags
  • Ubuntu
    • Recentes
    • Highest score
    • tags
  • Unix
    • Recentes
    • tags
  • DBA
    • Recentes
    • tags
  • Computer
    • Recentes
    • tags
  • Coding
    • Recentes
    • tags
Início / user-1053060

Mansoor Ahmed Memon's questions

Martin Hope
Mansoor Ahmed Memon
Asked: 2020-08-05 03:05:32 +0800 CST

Alterar o tema de login do Ubuntu 20.04

  • 1

Eu quero usar o tema Materia como meu tema de tela de login (gdm). Eu usei o aplicativo logado para alterar o tema, usei-o no arco e funcionou bem. Mas não está funcionando para o Ubuntu 20.04.

themes gdm 20.04
  • 1 respostas
  • 3018 Views
Martin Hope
Mansoor Ahmed Memon
Asked: 2020-04-16 03:25:52 +0800 CST

O pacote 'gnome-control-center' não tem candidato à instalação

  • 1

Não consigo instalar o gnome-control-center. Eu o removi anteriormente devido a alguns motivos. Sempre que tento instalá-lo, recebo o seguinte:

$ sudo apt install gnome-control-center
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package gnome-control-center is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  gnome-control-center-data

E: Package 'gnome-control-center' has no installation candidate

Tudo funcionou bem até eu instalar o servidor samba que falhou, não sei por que, mas com esta mensagem dpkg is locked. Desinstalei e fiz isso sudo apt autoremove. Depois disso, tentei reinstalá-lo, mas recebo o mesmo erro, mas com sambano lugar de gnome-control-center. Então, eu deletei manualmente todos os arquivos do samba conforme indicado por whereis samba. Depois disso começou esse problema.

ATUALIZAR:

Estou usando o Ubuntu 18.04 LTS.

ATUALIZAÇÃO 2: Saída de `cat /etc/apt/sources.list

# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pk.archive.ubuntu.com/ubuntu/ bionic restricted
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://pk.archive.ubuntu.com/ubuntu/ bionic-updates restricted
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://pk.archive.ubuntu.com/ubuntu/ bionic universe
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic universe
deb http://pk.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://pk.archive.ubuntu.com/ubuntu/ bionic multiverse
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://pk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://pk.archive.ubuntu.com/ubuntu/ bionic-backports restricted universe multiverse
# deb-src http://pk.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
gnome package-management dpkg software-center apt
  • 1 respostas
  • 1764 Views
Martin Hope
Mansoor Ahmed Memon
Asked: 2020-03-16 01:32:11 +0800 CST

Ubuntu 18.04 - Bluetooth não funciona

  • 3

Estou usando o Ubuntu 18.04 LTS e meu laptop não está escaneando outros dispositivos. Todos os dispositivos que estou tentando conectar são totalmente funcionais e funcionam com outros dispositivos e plataformas.

Eu tentei o seguinte:

$ bluetoothctl

E isso é o que eu recebo:

[NEW] Controller 34:23:87:DC:89:A8 Linux [default]
Agent registered
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# scan on
Discovery started
[CHG] Controller 34:23:87:DC:89:A8 Discovering: yes
[bluetooth]# list
Controller 34:23:87:DC:89:A8 Linux [default]
[bluetooth]# devices
[bluetooth]# exit
Agent unregistered
[DEL] Controller 34:23:87:DC:89:A8 Linux [default]

Tentei as seguintes soluções:

  1. https://askubuntu.com/a/1043219/1053060
  2. https://askubuntu.com/a/808114/1053060

ATUALIZAÇÃO: Saída de sudo service bluetooth status:


● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2020-03-17 22:36:42 PKT; 8min ago
     Docs: man:bluetoothd(8)
 Main PID: 729 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 4545)
   CGroup: /system.slice/bluetooth.service
           └─729 /usr/lib/bluetooth/bluetoothd

Mar 17 22:36:42 Linux systemd[1]: Starting Bluetooth service...
Mar 17 22:36:42 Linux bluetoothd[729]: Bluetooth daemon 5.48
Mar 17 22:36:42 Linux systemd[1]: Started Bluetooth service.
Mar 17 22:36:42 Linux bluetoothd[729]: Starting SDP server
Mar 17 22:36:42 Linux bluetoothd[729]: Bluetooth management interface 1.14 initialized
Mar 17 22:37:10 Linux bluetoothd[729]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSource
Mar 17 22:37:10 Linux bluetoothd[729]: Endpoint registered: sender=:1.81 path=/MediaEndpoint/A2DPSink

drivers bluetooth 18.04
  • 1 respostas
  • 283 Views

Sidebar

Stats

  • Perguntas 205573
  • respostas 270741
  • best respostas 135370
  • utilizador 68524
  • Highest score
  • respostas
  • Marko Smith

    Existe um comando para listar todos os usuários? Também para adicionar, excluir, modificar usuários, no terminal?

    • 9 respostas
  • Marko Smith

    Como excluir um diretório não vazio no Terminal?

    • 4 respostas
  • Marko Smith

    Como descompactar um arquivo zip do Terminal?

    • 9 respostas
  • Marko Smith

    Como instalo um arquivo .deb por meio da linha de comando?

    • 11 respostas
  • Marko Smith

    Como instalo um arquivo .tar.gz (ou .tar.bz2)?

    • 14 respostas
  • Marko Smith

    Como listar todos os pacotes instalados

    • 24 respostas
  • Martin Hope
    Flimm Como posso usar o docker sem sudo? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    led-Zepp Como faço para salvar a saída do terminal em um arquivo? 2014-02-15 11:49:07 +0800 CST
  • Martin Hope
    ubuntu-nerd Como descompactar um arquivo zip do Terminal? 2011-12-11 20:37:54 +0800 CST
  • Martin Hope
    TheXed Como instalo um arquivo .deb por meio da linha de comando? 2011-05-07 09:40:28 +0800 CST
  • Martin Hope
    Ivan Como listar todos os pacotes instalados 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    David Barry Como determino o tamanho total de um diretório (pasta) na linha de comando? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher "Os seguintes pacotes foram retidos:" Por que e como resolvo isso? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford Como os PPAs podem ser removidos? 2010-07-30 01:09:42 +0800 CST

Hot tag

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • Início
  • Perguntas
    • Recentes
    • Highest score
  • tag
  • help

Footer

AskOverflow.Dev

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve