any time I try to open either Synaptin or the update Mgr. 's they briefly open then close. This was after I tried to install Dropbox. I eventually had to re-install LXLE,and thats when the problem commenced.
Thanking you.
katosan
Acer 2800 cpu 1gb ram 80gb HD
So I extract an update to a package that creates one of the folders below and then I run "$(find . -name install.sh)" to find and install the update. It seems to go just fine. How? If the other versions were also there? Which install.sh gets run?
# find -name install.sh
./Program_5.1.8341.5506_Install/install.sh
./Program_5.0.8132.5459_Install/install.sh
./Program_5.2.8724.5567_Install/install.sh
./Program_5.1.8473.5522_Install/install.sh
What Is Linux Kernel?
Those who don't know what is the Linux Kernel they should know it because Linux kernel is the essential part of any Linux operating system. It is responsible for resource allocation, low-level hardware interfaces, security, simple communications, basic file system management, and more. Written from scratch by Linus Torvalds (with help from various developers), Linux is a clone of the UNIX operating system. It is geared towards POSIX and Single UNIX Specification compliances.
Latest Stable Linux Kernel Version 3.18.1
It's been a quiet week, and the patch from rc7 is tiny, so 3.18 is out.
I'd love to say that we've figured out the problem that plagues 3.17 for a couple of people, but we haven't. At the same time, there's absolutely no point in having everybody else twiddling their thumbs when a couple of people are actively trying to bisect an older issue, so holding up the release just didn't make sense. Especially since
that would just have then held things up entirely over the holiday break.
So the merge window for 3.19 is open, and DaveJ will hopefully get his bisection done (or at least narrow things down sufficiently that we have that "Ahaa" moment) over the next week. But in solidarity with Dave (and to make my life easier too let's try to avoid introducing any _new_ nasty issues, ok?]
To read all the changes and bugs fixed Download the changelog below -
Changelog
Why to Upgrade to the Latest Linux kernel
Recently in December Linux Kernel version 3.18.1 has been released and announced by Linus Torvalds. If you are using Ubuntu 14.04/14.10 or Linux Mint or any other debian/Ubuntu based then you can update to the latest kernel 3.18.1 to fix bugs, increase performance and security of the system.
Install Linux Kernel 3.18.1
Because it is not available via PPA, the needed deb packages of Kernel 3.18.1 are available via kernel.ubuntu.com. Follow the instructions for your system�s architecture exactly, in order to get a successful installation.
To install or update Latest Stable Kernel 3.18.1 on Ubuntu 15.04 vivid vervet, Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS) , Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana, Pinguy OS 14.04, Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, Peppermint Five, Deepin 2014, LXLE 14.04, Linux Lite 2.0, Linux Lite 2.2 and other Ubuntu derivative systems, open a new Terminal window and bash (get it?) in the following commands:
For Linux system 32 bit :
Pass the following commands in the terminal to download the kernel file.
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...70637_i386.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
For Linux system 64 bit :
$ wget http://kernel.ubuntu.com/~kernel-ppa...170637_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa...0637_amd64.deb
Install Linux Kernel 3.18.1
$ sudo dpkg -i linux-headers-3.18.1*.deb linux-image-3.18.1*.deb
Atfer install complete, update grub and reboot your computer and choose new kernel in grub :
$ sudo update-grub
$ sudo reboot
How To Uninstall Linux Kernel 3.18.1
If you come across any problem after installing/upgrading to linux kernel, can uninstall the newly installed kernel and switch back to old kernel.
$ sudo apt-get remove 'linux-headers-3.18.1*' 'linux-image-3.18.1*'
Hi friends,
I am using ubuntu 11.04.
I want to update to 12.04 or 12.10.
I have also tried apt-get install update...
but it's not working.
Anybody have any idea how to update, then please suggest me.
thanks
With regards,
Summit
Hello all
i need to install ns2.34 in centos 6.6
with this
http://bhavanme2011.blogspot.com/
but i can t install the packages
yum install autoconf
yum install automake
yum install gcc-c++
yum install libX11-devel
yum install libX-devel
yum install libXt-devel
yum install libXmu-devel
yum install xorg-x11-proto-deve
finally
yum update audit
when i execute it
i have this msg
Loaded plugins: fastestmirror, refresh-packagekit, security
You need to be root to perform this command.
My Firefox browser says it needs to be updated so I downloaded the file but when I open it I can't see how to update it as there are just lots of files and folders. Is there another way to update programmes I am missing?
I compose on a Dell laptop model #Latitude D505. I have Xubuntu 12.04 (it won't upgrade) on it. Here are the Dell's specs:
Quote:
Dell Inspiron 8600 (Pentium M 710 1.4GHz, 1GB RAM, 40GB HDD)
And it has 20 GB free space. I guess on paper it should run the Xubuntu easily but it is deadly slow. Most of the things I do in the terminal don't complete (I tried to install Dropbox--no luck.). Sometimes I can't even open the Ubuntu Software Center, let alone install stuff from there.
I have LibreOffice 4.2 something on there and that is all I need. Like I was saying Dropbox would be nice though.
So I stared checking out lighter distros. (I was told Xubuntu was one of the lightest--btw I have two desktops with Xubuntu on them as well--distros out there but was shocked when I started investigating.) (see screenshot)
So as long as I can install a relatively recent version of LibreOffice (and like I said Dropbox would be nice) I will be happy.
To reiterate: I'm just using the laptop as a word processor. Yes, I would have to be online (and can be) to use Dropbox but Dropbox is not essential.
Btw. The libreoffice on there now works well (once it gets going) as a word proccesor, but with all those distros that are so much smaller I was thinking that I could even improve on the word processor's speed.
Thanks.
I have made a change to GRUB2 bootloader in etc/default/grub.
Now I need to run 'update grub' for the change to take effect.
However, the 'update grub' command on the terminal is giving this error message:
Code:
root@debian:/# update grub
bash: update: command not found
Can someone please explain why this command is no longer working?
I've had to make a change to grub because I tried to install a new distro which meant I had to alter grub.
The install wasn't successful so I deleted the grub file and then re-installed it.
The re-installed grub needs a change so I can get sound on my pc.
However, I can't add these changes because the 'update grub' command doesn't work.
I've checked the grub file with another debian distro and they are both the same.
So now I don't know if I need to check if a different grub file is the problem or anything else.
Can someone help?
hi there,
i am using linux mint 17.1 cinnamon and find that it is awesome ... however i did update each time that the update manager asked me to ... it was fine until about the 10th time after which insync manager stopped working all of sudden ... some apps like jitsi just failed to install ... also oflate the same happened to my update manager .....please someone help..
thanks in advance ...
Hi Guys,
Does anybody know if it is possible to install Linux Mint 17.1 on a Acer EEEPC.
My old computer which I am using at the moment and running Linux Mint 17.1 displays the message 'Running in Software Mode without video hardware acceleration'
'There could be a problem with your drivers'.
My old computer is running quite slowly.
I have a option to buy a Acer EEEPC so was wondering if I shouldnt replace my old old computer with the Acer.
Any help appreciated
Hey
First of all I don't know what I'm doing with Linux. At all. Please help. And please speak very clearly and slowly.
I got this computer second hand and I don't know what version of Linux that is on it. I tried to find out, I was just told Meego. Meego is not an option on Skypes homepage for downloading Skype.
I don't really understand the different versions. I especially don't understand how to install programs and downoad updates. I want to download Skype and a more recent version of Firefox or another browser, but I dont know how.
Information online talks about, and tells me to open my Package Manager. I don't know what this is, and I can't find one on my computer. The closest thing I have is called 'Live Update' but I open that and there is nothing in it.
Please can someone take me through how all this is supposed to work please?!
Thanks