ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.82k stars 1.87k forks source link

软件库自带的部分软件,比如说Firefox必须在安装desktop的条件下使用吗 #821

Closed Andy2025 closed 1 year ago

Andy2025 commented 1 year ago

软件库自带的部分软件,比如说Firefox必须在安装desktop的条件下使用吗?不知道怎么使用,求解

ophub commented 1 year ago

对,软件中心有3类,1xx是docker系列(必须先101安装docker应用),2xx是桌面软件系列(必须要先201安装桌面),3xx是系统服务系列(可以在服务器版和桌面版直接安装)。

Andy2025 commented 1 year ago

我安装201,系统自动附带安装了211,215。我卸载掉201之后,然后卸载211,215,多次卸载不掉,求解

ophub commented 1 year ago

可以在文件里找到各序号安装的软件包,对应的卸载即可。

https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/build-armbian/armbian-files/common-files/usr/share/ophub/armbian-software/command-desktop.sh

sudo apt-get update sudo apt-get remove -y evolution gedit

Andy2025 commented 1 year ago

211 Evolution installed update/remove 212 Gwenview not-installed install
213 Eog not-installed install
214 VisualStudioCode not-installed install
215 Gedit installed update/remove

root@armbian:~# sudo apt-get remove -y evolution gedit Reading package lists... Done Building dependency tree... Done Reading state information... Done Package 'gedit' is not installed, so not removed Package 'evolution' is not installed, so not removed 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 软件列表里面显示已安装,但是卸载的时候显示未安装

ophub commented 1 year ago

cat /etc/ophub-release

发一下你上面反回的系统信息

Andy2025 commented 1 year ago

PLATFORM='amlogic' VERSION_CODEID='ubuntu' VERSION_CODENAME='jammy' SOC='s905d' FDTFILE='meson-gxl-s905d-phicomm-n1.dtb' UBOOT_OVERLOAD='u-boot-n1.bin' MAINLINE_UBOOT='/usr/lib/u-boot/' ANDROID_UBOOT='/usr/lib/u-boot/u-boot-2015-phicomm-n1.bin' FAMILY='meson-gxl' BOARD='s905d' KERNEL_VERSION='5.15.78' K510='0' ROOTFS_TYPE='ext4' BOOT_CONF='uEnv.txt' DISK_TYPE='usb' AMPART_STATUS='no' PACKAGED_DATE='2022-11-11'

ophub commented 1 year ago

https://github.com/ophub/amlogic-s9xxx-armbian/issues/761

你按照这个方法同步到最新版本在看下。

Andy2025 commented 1 year ago

问题同样存在

Andy2025 commented 1 year ago

cat /etc/ophub-release 出来的信息和上面的一样,不知道是不是没同步更新成功 root@armbian:~# armbian-sync [ INFO ] Armbian PLATFORM: [ amlogic ] [ STEPS ] Start syncing all service scripts... [ STEPS ] Start syncing operation instruction and service script... svn: E170013: Unable to connect to a repository at URL 'https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin' svn: E120108: Error running context: The server unexpectedly closed the connection. [ STEPS ] Start syncing software service script... 在第2步的时候的时候好像出现问题

ophub commented 1 year ago

你的盒子的网络访问github不通

Andy2025 commented 1 year ago

root@armbian:~# armbian-sync [ INFO ] Armbian PLATFORM: [ amlogic ] [ STEPS ] Start syncing all service scripts... [ STEPS ] Start syncing operation instruction and service script... svn: E170013: Unable to connect to a repository at URL 'https://github.com/ophub/amlogic-s9xxx-armbian/trunk/build-armbian/armbian-files/common-files/usr/sbin' svn: E120108: Error running context: The server unexpectedly closed the connection. [ STEPS ] Start syncing software service script...

第1步挂了代理进去了,第2步那上面链接是404啊

ophub commented 1 year ago

这是网络不通的问题,无法连接到github仓库

Andy2025 commented 1 year ago

怎么解决?求解,同网络下手机电脑都能够访问gh