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



I can't install Tor Web Browser

Author (Read 6602 times)

0 Members and 1 Guest are viewing this topic.

Re: I can't install Tor Web Browser
« Reply #12 on: September 08, 2016, 08:47:08 PM »
 

LL-user

  • I come here a lot
  • *****
  • 455
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
Am pretty sure your generous input and help is highly appreciated, not only by myself! :)
 

Re: I can't install Tor Web Browser
« Reply #11 on: September 08, 2016, 08:17:50 PM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
I hope firenice03 doesn't mind me adding some additional information for clarification.

Code: [Select]
sudo apt-get update
is updating the system only in the sense that the software lists get updated according to the active software repositories!
The above command is not updating the system itself, i.e. is not downloading and installing any software packages. For this to happen you need to run:
Code: [Select]
sudo apt-get upgrade

Hope that helps :)

Don't mind at all  :D
I think.. well I like to think I have a decent grasp and try to help when I can
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: I can't install Tor Web Browser
« Reply #10 on: September 08, 2016, 05:19:10 PM »
 

LL-user

  • I come here a lot
  • *****
  • 455
    Posts
  • Reputation: 214
  • Linux Lite Member
    • View Profile
I hope firenice03 doesn't mind me adding some additional information for clarification.

Code: [Select]
sudo apt-get update
is updating the system only in the sense that the software lists get updated according to the active software repositories!
The above command is not updating the system itself, i.e. is not downloading and installing any software packages. For this to happen you need to run:
Code: [Select]
sudo apt-get upgrade

Hope that helps :)
 

Re: I can't install Tor Web Browser
« Reply #9 on: September 08, 2016, 02:24:47 PM »
 

Humble

  • New to Forums
  • *
  • 6
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
thank you really helped me i got my answer this topic can be locked now  :D
 

Re: I can't install Tor Web Browser
« Reply #8 on: September 08, 2016, 11:27:10 AM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
Quote
it worked thank you but do i have to do the same method everytime i install something
You shouldn't have to. You can rerun updates when ever you like..


Quote
can you please explain to me these commands do
Sure... I'll do my best  ;D

Code: [Select]
sudo apt-get updateThis is the command line way you run updates in LL, if you use Run Updates from any of the gui based apps (Lite Updates/Updates from Welcome) this command runs in the background...

Code: [Select]
sudo apt-get update && sudo apt-get install APP_NAME_HEREThis is the combination of 2 commands... The 1st command (update) runs updates and upon success(the &&) install the app listed.
apt-get install is the install command of apt-get essentially what Synaptic does in the background. There are other variables remove purge, update and others.

Code: [Select]
sudo dpkg --configure -aThis was actually being told to you within the error messages when updating. At some point there was an interruption this command corrected it. dpkg relates to the base package system.


LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: I can't install Tor Web Browser
« Reply #7 on: September 08, 2016, 07:45:41 AM »
 

Humble

  • New to Forums
  • *
  • 6
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Try
Code: [Select]
sudo dpkg --configure -a
It may not appear it did much then
Code: [Select]
sudo apt-get update

it worked thank you but do i have to do the same method everytime i install something or its only one time an can you please explain to me these commands do
 

Re: I can't install Tor Web Browser
« Reply #6 on: September 07, 2016, 10:06:19 PM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
Try
Code: [Select]
sudo dpkg --configure -a
It may not appear it did much then
Code: [Select]
sudo apt-get update
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: I can't install Tor Web Browser
« Reply #5 on: September 07, 2016, 09:53:54 PM »
 

Humble

  • New to Forums
  • *
  • 6
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Looks like update was interrupted.. It may have stopped on one of the
Try
Code: [Select]
sudo apt-get update

same error:
Code: [Select]
comp@lighter-lin:~$ sudo apt-get update
[sudo] password for comp:
Hit:1 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease         
Hit:2 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
Hit:3 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]   
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
Hit:6 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease         
Hit:7 http://archive.canonical.com/ubuntu xenial InRelease                     
Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]   
Hit:9 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [378 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [320 kB]
Fetched 889 kB in 3s (232 kB/s)   
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.


Edit: tried to open lite software this is what i get:




i dont know should i reinstall they system?
« Last Edit: September 07, 2016, 10:00:28 PM by Humble »
 

Re: I can't install Tor Web Browser
« Reply #4 on: September 07, 2016, 09:40:30 PM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
Looks like it was interrupted/stopped during update process..

Try
Code: [Select]
sudo apt-get updateOh yes to any updates is ok..

If updates process try to rerun
Code: [Select]
sudo apt-get update && sudo apt-get install tor-web-browser
« Last Edit: September 07, 2016, 09:54:08 PM by firenice03 »
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

Re: I can't install Tor Web Browser
« Reply #3 on: September 07, 2016, 08:47:38 PM »
 

Humble

  • New to Forums
  • *
  • 6
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
Welcome aboard!!!...

You have another application open; synaptic or lite software, updates or similar (you would of had to enter credentials)...
Close those open applications ... Then rerun command..

closing and reopening terminal works or should i enter a command to close the applications? as i said i am new so

Edit: so i restarted my computer and then run the command this time got this error:


Code: [Select]
comp@lighter-lin:~$ sudo apt-get update && sudo apt-get install tor-web-browser
[sudo] password for comp:
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]   
Hit:3 http://ppa.launchpad.net/nemh/systemback/ubuntu xenial InRelease         
Hit:4 http://repo.linuxliteos.com/linuxlite citrine InRelease                 
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial InRelease                     
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
Hit:7 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease           
Hit:8 http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu xenial InRelease
Hit:9 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial InRelease
Fetched 190 kB in 2s (83.3 kB/s)
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
« Last Edit: September 07, 2016, 08:50:54 PM by Humble »
 

Re: I can't install Tor Web Browser
« Reply #2 on: September 07, 2016, 08:37:08 PM »
 

firenice03

  • Rockin' the FREE World
  • Global Moderator
  • Platinum Level Poster
  • *****
  • 1848
    Posts
  • Reputation: 284
  • Linux Lite Member
    • View Profile

  • CPU: AMD E2//Atom X5//AMD Phenom II X2

  • MEMORY: 4Gb

  • VIDEO CARD: AMD Mullin Radeon R2//Intel//AMD/ATI RS880

  • Kernel: 5.x
Welcome aboard!!!...

You have another application open; synaptic or lite software, updates or similar (you would of had to enter credentials)...
Close those open applications ... Then rerun command..
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz  - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express  -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
 

I can't install Tor Web Browser
« Reply #1 on: September 07, 2016, 07:37:51 PM »
 

Humble

  • New to Forums
  • *
  • 6
    Posts
  • Reputation: 0
  • Linux Lite Member
    • View Profile
hello everyone i just installed linux lite i am new i dont know anything except using firefox i tried to install tor browser and found this topic LINK i entered the code that guy gave in terminal then entered my password but i got this :

Code: [Select]
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

what i should do? correct me if i am doing something wrong thanks
« Last Edit: September 08, 2016, 06:37:39 PM by Jerry »
 

 

-->
X Close Ad

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