메뉴 건너뛰기

조회 수 1578 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

LTS 버전은 Long Term Support의 의미로

현재 우분투 출시 계획으론 20.04 LTS, 22.04 LTS 인걸봐서는

2년에 한번씩 LTS로 release 하는 모양이다.

LTS버전이 아닌 릴리즈버전으로 업그레이드 하려면

 

/etc/update-manager/release-upgrades

에 Prompt 값을 lts가 아닌 normal로 바꿔주면 된다.

 

 

apt update
apt upgrade
apt dist-upgrade
apt-get autoremove
apt install update-manager-core
do-release-upgrade -d
lsb_release -a

 

 

위 명령들을 한번 실행하면 한단계씩 버전이 올라가는 모양이다.

18.04 에서 한번 실행하니 19.10 이 아닌 19.04로 업그레이드 되었다.

한번 더 실행하면 19.10 이 되는듯.

 

19.04 에서 19.10 으로 업그레이드하니 웹페이지 php 가 동작안한다.

 

apt-get install libapache2-mod-php7.3
a2enmod php7.3
apt-get install php7.3-xml
service apache2 restart

 

해서 제로보드 살렸다.

 

19.10 에서 20.04 로 업그레이드 후

 

apt-get install libapache2-mod-php7.4
a2enmod php7.4
apt-get install php7.4-xml
service apache2 restart

 

 


  1. 우분투 16.04 메일서버 설정

    Date2016.07.24 ByDDART Views10145
    Read More
  2. 우분투 16.04 토렌트 서비스

    Date2016.07.26 ByDDART Views9986
    Read More
  3. 우분투 16.04 하드디스크 추가

    Date2016.07.28 ByDDART Views7238
    Read More
  4. 우분투 16.04 MiniDLNA & BubbleUPnP Server 설치

    Date2016.07.29 ByDDART Views5544
    Read More
  5. 우분투 16.04 FTP, Samba 등 가상디렉토리 추가

    Date2016.07.30 ByDDART Views3540
    Read More
  6. 우분투 16.04 Subversion - SVN서버, SVN+SSH 클라이언트

    Date2016.07.30 ByDDART Views10799
    Read More
  7. 우분투 16.04 ownCloud 9.1.0 설치

    Date2016.08.04 ByDDART Views5466
    Read More
  8. VBA Project 패스워드 보호 제거하기

    Date2016.09.21 ByDDART Views25587
    Read More
  9. crontab

    Date2017.09.08 ByDDART Views8379
    Read More
  10. vsftpd 설정

    Date2017.12.11 ByDDART Views2111
    Read More
  11. Windows 7, 8.1 에서 Windows 10으로 무료업그레이드하기

    Date2018.10.14 ByDDART Views4982
    Read More
  12. 우분투 16.04 에서 18.04 로 업그레이드하기

    Date2018.10.15 ByDDART Views1944
    Read More
  13. BATCH 문법

    Date2018.10.15 ByDDART Views3983
    Read More
  14. PHP로 WOL Magic Packet 보내기

    Date2018.10.31 ByDDART Views14052
    Read More
  15. 윈도우 자동화관련 툴

    Date2019.06.01 ByDDART Views7186
    Read More
  16. Fail2Ban 설정하기

    Date2019.06.11 ByDDART Views313786
    Read More
  17. 해외 IP차단

    Date2019.06.12 ByDDART Views2469
    Read More
  18. 윈도우 10에서 구글 어시스턴트 명령

    Date2019.09.08 ByDDART Views2103
    Read More
  19. 우분투 19.04, 19.10, 20.04 으로 업그레이드 하기

    Date2019.12.21 ByDDART Views1578
    Read More
  20. Visual Studio Code 에서 Autohotkey 설정

    Date2020.01.21 ByDDART Views3532
    Read More
Board Pagination Prev 1 2 3 ... 4 Next
/ 4