So I wasted several days dealing with a lame Apache2 bug that was fixed in Februry 2012. I couldn't figure out why I was experiencing the bug still until I discovered my version Apache2 was a 2.2.x version even thought I built up the entire server from scratch Debian 6 on Nov 30, 2012.
I'm not sure what to make of this on my Debian server
aptitude install apache2
ls /etc/apache2
You would expect to see configs, right?
aptitude remove apache2
It should remove everything, right?
ls /etc/apache2
But the configs are here.
rm -rf /etc/apache2
aptitude install apache2
ls /etc/apache2
No directory found. Any guidance?
Aptitude GUI is a graphical version of Aptitude we talked about in our previous post. As Aptitude has already been removed from official repository of Ubuntu, one cant expect to see this GUI based Aptitude by default in Ubuntu Precise Pangolin.
So I have an installation of 12.04 LTS server and I'm working with this particular third-party app that has its own .deb repository, which I've successfully used without any issues on previous versions of Ubuntu.
But the .deb installer for the latest version crashed when I tried it and didn't install successfully.
I am running the Linux server ( debian etch ) on a virtual machine since more than a year. About a week ago the mail server ( exim4 ) stopped working. I've started aptitude and made something i cannot remember exactly ( said o.k.
I'm install php5 by aptitude, but php release the new version and recommend we upgrade.
But I unwant to compile the new version by myself.
How to upgrade the php to the newest version by aptitude?
Okay...
Hello.
I installed Ubuntu 12.04, after installed some soft from Ubuntu Software Center, apt-get and aptitude (i'm choosing what is better, apt-get or aptitude so using them both).
All was fine, but only Flash didn't want to install due broken dependencies.
I've installed apache2 on my ubuntu machine using the apt-get package manager. It installed apache 2.2.16. I'd like to upgrade to the latest (or at least a newer version) of apache2 but apt-get upgrade and update don't seem to find a newer version. When I type
apt-get install -s apache2
It tells me
apache2 is already the newest version.
Do I need to download this package manually?