Author Topic: cant apt upgrade, have tried fixes  (Read 3370 times)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« on: April 09, 2020, 05:28:39 am »
hey im going through the resources on updating my debian install from planet computers guide and the wiki/ forums. however there are still a few niggling issues.

1 cant edit mac address in hexedit, it says read only. so wifi settings arent remembered.

2 calls dont work (no audio) - maybe fixed with apt upgrade but...

3 cant do apt upgrade because of common libreoffice problem. ive tried multiple documented fixes. screenshot of issue attatched.

Thanks
 [ Invalid Attachment ]

geminifrench

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Stephane Marcellet
cant apt upgrade, have tried fixes
« Reply #1 on: April 09, 2020, 06:02:32 am »
have you try this ?

TUTORIAL :
[3.5.1] ADD REPOSITORY ARCHIVE KEY  ( if system is brocken )  
&
[3.5.2] LOCALE  


This solve the libreoffice problem & update broken.
And your locales is not set (top of your screenshot)
« Last Edit: April 09, 2020, 06:04:49 am by geminifrench »
Gemini x27 4G - Debian only - (sold)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« Reply #2 on: April 09, 2020, 06:29:38 am »
Quote from: geminifrench
have you try this ?

TUTORIAL :
[3.5.1] ADD REPOSITORY ARCHIVE KEY  ( if system is brocken )  
&
[3.5.2] LOCALE  


This solve the libreoffice problem & update broken.
And your locales is not set (top of your screenshot)

yeah i have added the archive key, that worked fine cant change locales from your guide though
 [ Invalid Attachment ]

geminifrench

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Stephane Marcellet
cant apt upgrade, have tried fixes
« Reply #3 on: April 09, 2020, 06:38:30 am »
have you done this ?

if system is brocken :
enter :
$ cd /var/cache/apt/archives/
$ dpkg -i --force-overwrite libreoffice*
$ apt install -f
apt update
apt upgrade
your system is up to go.
« Last Edit: April 09, 2020, 06:39:00 am by geminifrench »
Gemini x27 4G - Debian only - (sold)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« Reply #4 on: April 09, 2020, 06:46:03 am »
Quote from: geminifrench
have you done this ?

if system is brocken :
enter :
$ cd /var/cache/apt/archives/
$ dpkg -i --force-overwrite libreoffice*
$ apt install -f
apt update
apt upgrade
your system is up to go.

yeah I tried thatm ill attach a screenshot of what happened:
 [ Invalid Attachment ]

geminifrench

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Stephane Marcellet
cant apt upgrade, have tried fixes
« Reply #5 on: April 09, 2020, 06:51:00 am »
you have to be root (admin) to do that.

enter :
sudo -s
< your password>
Gemini x27 4G - Debian only - (sold)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« Reply #6 on: April 09, 2020, 07:00:02 am »
Quote from: geminifrench
you have to be root (admin) to do that.

enter :
sudo -s
< your password>

tried it as root but got the same error

 [ Invalid Attachment ]

geminifrench

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Stephane Marcellet
cant apt upgrade, have tried fixes
« Reply #7 on: April 09, 2020, 07:06:22 am »
maybe this problem and your wifi problem (other thread) is because you have missed one part of the install because you were not root.
maybe reflash your gemini and go to the tutorial and follow it very carrefully.
Gemini x27 4G - Debian only - (sold)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« Reply #8 on: April 09, 2020, 08:03:31 am »
got it to work: (where it says script.slc its actually script.xlc)

sudo dpkg-divert --list
sudo dpkg-divert --remove /usr/lib/libreoffice/share/basic/dialog.xlc
<repeat for script.slc>

geminifrench

  • Newbie
  • *
  • Posts: 38
    • View Profile
    • Stephane Marcellet
cant apt upgrade, have tried fixes
« Reply #9 on: April 09, 2020, 09:07:33 am »
<<  cant edit mac address in hexedit, it says read only. so wifi settings arent remembered. >>

the "read only" problem is because you are not root when you edit a file system.
« Last Edit: April 09, 2020, 09:08:04 am by geminifrench »
Gemini x27 4G - Debian only - (sold)

arthman

  • Newbie
  • *
  • Posts: 19
    • View Profile
cant apt upgrade, have tried fixes
« Reply #10 on: April 09, 2020, 09:45:39 am »
Quote from: geminifrench
<<  cant edit mac address in hexedit, it says read only. so wifi settings arent remembered. >>

the "read only" problem is because you are not root when you edit a file system.

the fix was from this thread: https://www.oesf.org/forum/index.php?showto...mp;#entry292144

just need to get sound from the phone app now.