![]() |
Install additional software (new user) - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Software - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.linuxliteos.com/forums/forumdisplay.php?fid=18) +--- Thread: Install additional software (new user) (/showthread.php?tid=589) Pages:
1
2
|
Re: Install additional software (new user) - Valtam - 11-11-2014 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) - CutRightSharpening - 11-11-2014 Code: davi@davi-LT31:~$ ls /etc/apt/sources.list.d/ Re: Install additional software (new user) - CutRightSharpening - 11-11-2014 Code: davi@davi-LT31:~$ cat /etc/apt/sources.list Re: Install additional software (new user) - Phoghat - 11-11-2014 (07-18-2014, 01:25 AM)Valtam link Wrote: Lets start with Chrome, open a terminal and type:Having the same problem, tried your fix and got this: Code: sudo apt-get install google-chrome-stable Re: Install additional software (new user) - Scott(0) - 11-11-2014 Hi Phoghat This error Code: sudo apt-get install google-chrome-stable 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: sudo apt-get install google-chrome-stable Re: Install additional software (new user) - suburbandisposal - 11-11-2014 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: 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 Re: Install additional software (new user) - CutRightSharpening - 11-11-2014 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 Re: Install additional software (new user) - suburbandisposal - 11-12-2014 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: sudo apt-get install apt-xapian-index 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: dpkg: error processing package libqt4-declarative:i386 (--configure): Re: Install additional software (new user) - suburbandisposal - 11-13-2014 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: 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: apt-get download libqt4-xmlpatterns:i386 if this was a dumb thing to do please feel free to interject 8) Re: Install additional software (new user) - N4RPS - 11-19-2014 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 |