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



Install additional software (new user)

Author (Read 10561 times)

0 Members and 1 Guest are viewing this topic.

Re: Install additional software (new user)
« Reply #20 on: November 19, 2014, 03:57:12 AM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

UIAM, it has been suggested elsewhere in the forums that it isn't a good idea to run the dist-upgrade command in Linux Lite.

You see, Linux Lite is heavily modified, Things like calling dist-upgrade and installing Ubuntu/Lubuntu Software Centre can undo those changes...

73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

Re: Install additional software (new user)
« Reply #19 on: November 13, 2014, 08:42:05 AM »
 

suburbandisposal

  • Guest
in case anyone is still having similar issues , I did some light digging and came upon a couple of threads

http://askubuntu.com/questions/167464/problem-with-package-dependencies-in-qt4-library

in that thread someone suggested what seems to be a pretty powerful/useful command combo that seems to have done the trick
Code: [Select]
sudo apt-get update --fix-missing && sudo apt-get -t stable -f install && sudo apt-get upgrade -y && sudo apt-get dist-upgrade -y
that thread was linked from this previous one
http://askubuntu.com/questions/177340/how-to-fix-severe-libqt4-package-dependency-problems

ran the commands in there as well for good measure (obviously for the specific libqt4 problems)
Code: [Select]
apt-get download libqt4-xmlpatterns:i386
apt-get download libqt4-xmlpatterns:amd64
sudo dpkg -i libqt4-xmlpatterns*.deb
sudo dpkg --configure -a

if this was a dumb thing to do please feel free to interject  8)
 

Re: Install additional software (new user)
« Reply #18 on: November 12, 2014, 12:32:24 AM »
 

suburbandisposal

  • Guest
opened Synaptic and noticed the searchbar was missing

http://askubuntu.com/questions/91310/fresh-install-of-lubuntu-synaptic-is-missing-the-search-box-in-the-tool-bar

after running the commands in that thread, namely sudo update-apt-xapian-index -vf,  the stock installer seems to be doing it's job again (probably also temporary)
Code: [Select]
sudo apt-get install apt-xapian-index
sudo update-apt-xapian-index -vf

update: keep running into problems. At one point restricted extras wouldn't stop downloading in the stock installer so I cancelled and it said it was finished downloading anyway the next time I entered the installer. Keep getting prompted to configure dpkg
Code: [Select]
dpkg: error processing package libqt4-declarative:i386 (--configure):
 dependency problems - leaving unconfigured
will be googling this issue immediately
« Last Edit: November 12, 2014, 01:04:44 AM by suburbandisposal »
 

Re: Install additional software (new user)
« Reply #17 on: November 11, 2014, 05:26:38 PM »
 

CutRightSharpening

  • Guest
This also worked for me. I now have Chrome, Chromium and the Restricted extras downloaded and installed.

To be clear, I ran the script.
When told that the already installed package had been modified locally and asked what to do, I selected "install the maintainers version".

I will finish setting up Chrome and Chromium and test them and the do a machine restart and see if the fix holds.

11/11/14 5:44pm It looks to me like this is a permanent fix. I restarted the machine and was able to download and install WINE.
Then I ran the Update Tool and after it ran I was able to download and install Play On Linux.

Some GURU needs to verify that this is indeed a permanent fix.
It ain't me.
11/12/14 8:36
Ok, Doing the things I have done has also resulted in changes to the Boot Screen and the Shutdown screen.  I would add attachments except the forum only seems to allow .pdf and .txt and my pics are .jpg so here is a link.
https://drive.google.com/folderview?id=0BzCxPUe7m_TPOXhKcV9tQkV6a0E&usp=sharing

 I actually like the boot screen change since the original was VERY hard on my poor old presbiopic eyes. Pink and Magenta and electric green on a grey background in 8 pt text? Really?? Why?? Nice clean black and white now
« Last Edit: November 12, 2014, 10:00:02 AM by CutRightSharpening »
 

Re: Install additional software (new user)
« Reply #16 on: November 11, 2014, 10:41:58 AM »
 

suburbandisposal

  • Guest
 I had a similar issue after a fresh install since I was having a different issue with my previous install

Whilst I was running updates I checked out the Grub updated menu and the updates stopped, software installer wasn't working so I tried to terminal install pidgin and it prompted me to run this
Code: [Select]
sudo dpkg --configure -a
installer seem to be running fine now  8)

update: Guess this was merely a temporary fix I only got half of my programs installed before it became stuck on playonlinux and refused to install anything after that
« Last Edit: November 11, 2014, 12:15:39 PM by suburbandisposal »
 

Re: Install additional software (new user)
« Reply #15 on: November 11, 2014, 10:27:14 AM »
 

Scott

  • Global Moderator
  • Gold Level Poster
  • *****
  • 857
    Posts
  • Reputation: 186
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Core i3 M 330

  • MEMORY: 6Gb

  • VIDEO CARD: Intel Integrated Graphics
Hi Phoghat

This error
Code: [Select]
sudo apt-get install google-chrome-stable
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?
tom@tom-desktop:~$ dupa3872
dupa3872: command not found
tom@tom-desktop:~$ sudo apt-get install google-chrome-stable
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?
tom@tom-desktop:~$

just means another "install" program is already running, like Synaptic or possibly "Install additional software." Make sure all other programs are closed first, then trying this command again:
Code: [Select]
sudo apt-get install google-chrome-stable
 

Re: Install additional software (new user)
« Reply #14 on: November 11, 2014, 01:08:38 AM »
 

Phoghat

  • Guest
Lets start with Chrome, open a terminal and type:

Code: [Select]
sudo apt-get install google-chrome-stable
copy any errors to your next post.
Having the same problem, tried your fix and got this:

Code: [Select]
sudo apt-get install google-chrome-stable
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?
tom@tom-desktop:~$ dupa3872
dupa3872: command not found
tom@tom-desktop:~$ sudo apt-get install google-chrome-stable
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?
tom@tom-desktop:~$
« Last Edit: November 11, 2014, 01:09:47 AM by Valtam »
 

Re: Install additional software (new user)
« Reply #13 on: November 10, 2014, 09:22:42 PM »
 

CutRightSharpening

  • Guest
Code: [Select]
davi@davi-LT31:~$ cat /etc/apt/sources.list
# deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted

# deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
# deb http://security.ubuntu.com/ubuntu trusty-security main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty universe
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu trusty main
# deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://archive.canonical.com/ trusty partner
# deb-src http://archive.canonical.com/ trusty partner

## Linux Lite Repository
deb http://repo.linuxliteos.com/linuxlite/ beryl main
« Last Edit: November 10, 2014, 09:23:31 PM by Valtam »
 

Re: Install additional software (new user)
« Reply #12 on: November 10, 2014, 09:20:59 PM »
 

CutRightSharpening

  • Guest
Code: [Select]
davi@davi-LT31:~$ ls /etc/apt/sources.list.d/
ehoover-compholio-trusty.list       mumble-release-trusty.list
ehoover-compholio-trusty.list.save  mumble-release-trusty.list.save
google-chrome.list                  openshot_developers-ppa-trusty.list
google-chrome.list.save             openshot_developers-ppa-trusty.list.save
google-talkplugin.list              otto-kesselgulasch-gimp-trusty.list
google-talkplugin.list.save         otto-kesselgulasch-gimp-trusty.list.save
google-talkpugin.list.save          team-xbmc-ppa-trusty.list
gottcode-gcppa-trusty.list          team-xbmc-ppa-trusty.list.save
gottcode-gcppa-trusty.list.save     ubuntu-wine-ppa-trusty.list
libreoffice-ppa-trusty.list         ubuntu-wine-ppa-trusty.list.save
libreoffice-ppa-trusty.list.save
davi@davi-LT31:~$
« Last Edit: November 10, 2014, 09:23:45 PM by Valtam »
 

Re: Install additional software (new user)
« Reply #11 on: November 10, 2014, 09:20:26 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
After a fresh install, Menu, Favorites, Install Updates must be run first. Then you can proceed to install software.
 

Re: Install additional software (new user)
« Reply #10 on: November 10, 2014, 09:18:29 PM »
 

CutRightSharpening

  • Guest
I am also a new user as of 2 hours ago and I also cannot get either Chrome or Chromium to install from the installer or by downloading and doing the installation from the web.
I have done a complete update.
I don't do terminal stuff..
Terminal stuff doesn't meet the definition of "simple".
Especially since it seems impossible to copy and paste from this forum into the terminal.
One simple keystroke wrong, a missed space or anything else and the command fails.
 

Re: Install additional software (new user)
« Reply #9 on: August 04, 2014, 09:18:59 PM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
Open a terminal and post back with output from this command please:
Code: [Select]
ls /etc/apt/sources.list.d/
Also post back output of this:
Code: [Select]
cat /etc/apt/sources.list

Use instructions shown here to post that terminal output back to forum.
« Last Edit: August 04, 2014, 09:25:22 PM by gold_finger »
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: Install additional software (new user)
« Reply #8 on: August 04, 2014, 07:02:55 PM »
 

rcrumpler

  • Guest
Yes, that was the first thing I did...still no luck...Thanks !!!
 

Re: Install additional software (new user)
« Reply #7 on: August 04, 2014, 06:56:55 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
You need to do Install Updates first after a new install.

Sent from my GT-N7000 using Tapatalk

 

Re: Install additional software (new user)
« Reply #6 on: August 04, 2014, 06:45:53 PM »
 

rcrumpler

  • Guest
I installed Linux Lite 2.0 yesterday as I am new to the Linux World. Now I can't install any additional software.  I was trying to install the games package #6 and Google Chrome Browser but it seems any software I try to install will not install...I just get an error message that it won't install.
« Last Edit: August 04, 2014, 06:50:35 PM by rcrumpler »
 

 

-->
X Close Ad

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