Android Studio E:存储库“http:apt.postgresql.org/pub/repos/apttessa-pgdg版本”没有版本文件

dy1byipe  于 2023-02-05  发布在  Android
关注(0)|答案(3)|浏览(349)

我已经在我的linux mint 19.1上安装了android studio,安装后我重新启动了我的电脑。重新启动后,我看不到我的机器上的wi-fi标志。
启用wifi选项没有显示。我打开驱动程序管理器,我得到了上面的错误。我已经尝试了sudo apt-get updatesudo apt-get upgrade。我也重新启动了我的机器几次。

7d7tgy0s

7d7tgy0s1#

我认为这个错误出现是因为PostgreSQL repo没有发布"tessa"。
两种解决方案:
1.编辑"/etc/apt/sources. list. d/pgdg. list "文件(或包含" www.example.com tessa-pgdg Release "的其他列表文件)并将" tessa "更改为PostgreSQL支持的版本名称之一(以下是列表: http://apt.postgresql.org/pub/repos/apt tessa-pgdg Release") and change "tessa" to one of the version name supported by PostgreSQL (here is the list: https://apt.postgresql.org/pub/repos/apt/dists/ ).
1.如果您不使用PostgreSQL,只需删除"/etc/apt/sources. list. d/pgdg. list "或删除其他文件中的" www.example.com tessa-pgdg Release "行即可。 http://apt.postgresql.org/pub/repos/apt tessa-pgdg Release" in other file if you are not using PostgreSQL.

pn9klfpd

pn9klfpd2#

这里$(lsb_release -cs)返回terra,这在很多发行版中不起作用。使用bionic代替,它应该起作用

sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bionic pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

最后安装pgadmin:

sudo apt install pgadmin4

好好享受吧!

jtjikinw

jtjikinw3#

1.make
/等/倾向
2.制作源列表d
3.制作rm页面列表
3. make sudo apt-get更新&& apt-get升级

相关问题