You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Looking for a new TERMINAL or a Reinstall please

Author (Read 5542 times)

0 Members and 1 Guest are viewing this topic.

Unable to update linux lite please help
« Reply #10 on: June 26, 2020, 06:32:23 AM »
 

Priyanshu Sukirti

  • New to Forums
  • *
  • 2
    Posts
  • Reputation: 0
    • View Profile
===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 3479 (apt-get)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #9 on: June 26, 2020, 06:14:44 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Blank one with the defaults.
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #8 on: June 26, 2020, 05:42:38 AM »
 

Şerban S.

  • Şerban
  • PayPal Supporter
  • I come here a lot
  • *****
  • 326
    Posts
  • Reputation: 16
  • Linux Lite Member
    • View Profile
    • Forum

  • CPU: Intel® Core™ i7-4790

  • MEMORY: 16Gb

  • VIDEO CARD: Intel® HD Graphics 4600 + NVidia GK107 (GeForce GT630 OEM)

  • Kernel: 5.x
In your home folder, press Ctrl+H. Now go to .config/xfce4/terminal and delete the terminalrc file.
Thanks, Jerry!
Does it regenerate itself on each launch? Or the app just writes a blank one with the defaults?
Might be useful to have different settings saved with different names...
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
 Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
 ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #7 on: May 29, 2020, 04:48:15 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
In your home folder, press Ctrl+H. Now go to .config/xfce4/terminal and delete the terminalrc file.
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #6 on: May 29, 2020, 03:45:38 AM »
 

GAULOISES

  • New to Forums
  • *
  • 19
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i7-7700

  • MEMORY: 16Gb

  • VIDEO CARD: GTX1070

  • Kernel: 4.x
Full output of:

Code: [Select]
cat .bashrc
Code: [Select]
cat .bashrc
# enable bash completion in interactive shells
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi

alias usage='du -sk * | sort -n | perl -ne '\''($s,$f)=split(m{\t});for (qw(K M G)) {if($s<1024) {printf("%.1f",$s);print "$_\t$f"; last};$s=$s/1024}'\'
alias ls="ls --color"

# Powerline
if [ -f /usr/share/powerline/bindings/bash/powerline.sh ]; then
    source /usr/share/powerline/bindings/bash/powerline.sh
fi

# Linux Lite Custom Terminal
LLVER=$(awk '{print}' /etc/llver)

echo -e "Welcome to $LLVER ${USER}"
echo " "
date "+%A %d %B %Y, %T"
free -m | awk 'NR==2{printf "Memory Usage: %s/%sMB (%.2f%%)\n", $3,$2,$3*100/$2 }'
df -h | awk '$NF=="/"{printf "Disk Usage: %d/%dGB (%s)\n", $3,$2,$5}'
echo "Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)"
echo " "
[code][/size]

product: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #5 on: May 28, 2020, 07:40:14 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Full output of:

Code: [Select]
cat .bashrc
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #4 on: May 28, 2020, 09:56:30 AM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
Thank u but that did not help
when reinstalling and then ran it
It has the same error

any way if any one can tell me what should go in the custom command i think it will work

but as u see i left it empty and its still not working correctly

Did you try via teminal or synaptic? Well, that means terminal's configuration is bad so you'll have to purge it
Code: [Select]
sudo apt-get remove --purge xfce4-terminal* hit enter, type in your password when asked and wait till it finishes. This command will remove-purge everything related to xfce4-terminal, once it's finished run
Code: [Select]
sudo apt-get install xfce4-terminal wait till it finishes, try and see if it works as expected now.
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #3 on: May 28, 2020, 09:04:11 AM »
 

GAULOISES

  • New to Forums
  • *
  • 19
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i7-7700

  • MEMORY: 16Gb

  • VIDEO CARD: GTX1070

  • Kernel: 4.x
Thank u but that did not help
when reinstalling and then ran it
It has the same error

any way if any one can tell me what should go in the custom command i think it will work

but as u see i left it empty and its still not working correctly

product: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
 

Re: Looking for a new TERMINAL or a Reinstall please
« Reply #2 on: May 28, 2020, 08:56:30 AM »
 

Moltke

  • Platinum Level Poster
  • **********
  • 1134
    Posts
  • Reputation: 126
  • Linux Lite Member
    • View Profile

  • CPU: amd athlon 64 x2

  • MEMORY: 4Gb

  • VIDEO CARD: amd radeon hd 6750

  • Kernel: 5.x
Quote
so i did this and now every time i open the terminal i get this ERROR
What did you do?

Quote
Ok i was playing around with one of the Terminals i have Like the XFCE terminal
If you do have another terminal available, open it and run these commands
Code: [Select]
sudo apt-get remove xfce4-terminal hit enter, type in you password when asked and wait till it finishes, once it does run
Code: [Select]
sudo apt-get install xfce4-terminal hit enter and wait till the install process is done and that should be it. If don't have another terminal installed on your system, you can remove and reinstall xfce4-terminal or install a new terminal via synaptic.

Hope this helps! :)



« Last Edit: May 28, 2020, 08:58:27 AM by Moltke »
Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
 

Looking for a new TERMINAL or a Reinstall please
« Reply #1 on: May 28, 2020, 03:59:24 AM »
 

GAULOISES

  • New to Forums
  • *
  • 19
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile

  • CPU: i7-7700

  • MEMORY: 16Gb

  • VIDEO CARD: GTX1070

  • Kernel: 4.x
Ok i was playing around with one of the Terminals i have Like the XFCE terminal

so i did this and now every time i open the terminal i get this ERROR




product: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
vendor: Intel Corp. // physical id: 1//bus info: cpu@0//// size: 2331MHz /////capacity: 4200MHz
width: 64 bits
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section