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'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?
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.
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'm looking to install a package, but I'd like to make sure that I can't get a more recent version than, per se, a PPA.
Is there an aptitude or apt-get command that will enable me to input a package name and have it dump out the version information?
I've just installed Debian 6.0.4 on VirtualBox, and I'm trying to install g++.